Home
last modified time | relevance | path

Searched refs:getAssetAllocations (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DAsset.h53 static String8 getAssetAllocations();
/frameworks/base/libs/androidfw/
DAsset.cpp103 String8 Asset::getAssetAllocations() in getAssetAllocations() function in Asset
/frameworks/base/core/java/android/content/res/
DAssetManager.java1515 public static native String getAssetAllocations(); in getAssetAllocations() method in AssetManager
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp439 String8 alloc = Asset::getAssetAllocations(); in NativeGetAssetAllocations()
/frameworks/base/core/java/android/app/
DActivityThread.java1342 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo()
1470 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo()