Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
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()
/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h52 static int32_t getGlobalCount();
DAssetManager.h76 static int32_t getGlobalCount();
/frameworks/base/libs/androidfw/
DAsset.cpp97 int32_t Asset::getGlobalCount() in getGlobalCount() function in Asset
DAssetManager.cpp134 int32_t AssetManager::getGlobalCount() { in getGlobalCount() function in AssetManager
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1624 return Asset::getGlobalCount(); in android_content_AssetManager_getGlobalAssetCount()
1640 return AssetManager::getGlobalCount(); in android_content_AssetManager_getGlobalAssetManagerCount()