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

/frameworks/base/libs/androidfw/tests/
H A DAsset_test.cpp24 const int32_t count = Asset::getGlobalCount();
26 EXPECT_EQ(count + 1, Asset::getGlobalCount());
28 EXPECT_EQ(count, Asset::getGlobalCount());
32 const int32_t count = Asset::getGlobalCount();
34 EXPECT_EQ(count + 1, Asset::getGlobalCount());
36 EXPECT_EQ(count, Asset::getGlobalCount());
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h52 static int32_t getGlobalCount();
H A DAssetManager.h76 static int32_t getGlobalCount();
/frameworks/base/libs/androidfw/
H A DAsset.cpp97 int32_t Asset::getGlobalCount() function in class:Asset
H A DAssetManager.cpp134 int32_t AssetManager::getGlobalCount() { function in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1624 return Asset::getGlobalCount();
1640 return AssetManager::getGlobalCount();

Completed in 238 milliseconds