HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalCount (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/androidfw/tests/
Asset_test.cpp 24 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/include/androidfw/
Asset.h 49 static int32_t getGlobalCount();
AssetManager.h 89 static int32_t getGlobalCount();
  /frameworks/base/libs/androidfw/
Asset.cpp 96 int32_t Asset::getGlobalCount()
AssetManager.cpp 139 int32_t AssetManager::getGlobalCount()
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]

Completed in 85 milliseconds