Home
last modified time | relevance | path

Searched refs:getGlobalCount (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/tests/
H A DAsset_test.cpp24 const int32_t count = Asset::getGlobalCount(); in TEST()
26 EXPECT_EQ(count + 1, Asset::getGlobalCount()); in TEST()
28 EXPECT_EQ(count, Asset::getGlobalCount()); in TEST()
32 const int32_t count = Asset::getGlobalCount(); in TEST()
34 EXPECT_EQ(count + 1, Asset::getGlobalCount()); in TEST()
36 EXPECT_EQ(count, Asset::getGlobalCount()); in TEST()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h55 static int32_t getGlobalCount();
H A DAssetManager.h80 static int32_t getGlobalCount();
/aosp14/frameworks/base/libs/androidfw/
H A DAsset.cpp97 int32_t Asset::getGlobalCount() in getGlobalCount() function in Asset
H A DAssetManager.cpp138 int32_t AssetManager::getGlobalCount() { in getGlobalCount() function in AssetManager
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp290 return Asset::getGlobalCount(); in NativeGetGlobalAssetCount()
303 return AssetManager::getGlobalCount(); in NativeGetGlobalAssetManagerCount()