Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAsset.h50 static String8 getAssetAllocations();
/frameworks/base/core/java/android/content/res/
DAssetManager.java777 public native static final String getAssetAllocations(); in getAssetAllocations() method in AssetManager
/frameworks/base/libs/androidfw/
DAsset.cpp61 String8 Asset::getAssetAllocations() in getAssetAllocations() function in Asset
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp2037 String8 alloc = Asset::getAssetAllocations(); in android_content_AssetManager_getAssetAllocations()
/frameworks/base/core/java/android/app/
DActivityThread.java1093 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo()