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/core/java/android/content/res/
DAssetManager.java869 public native static final String getAssetAllocations(); in getAssetAllocations() method in AssetManager
/frameworks/base/libs/androidfw/
DAsset.cpp103 String8 Asset::getAssetAllocations() in getAssetAllocations() function in Asset
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1629 String8 alloc = Asset::getAssetAllocations(); in android_content_AssetManager_getAssetAllocations()
/frameworks/base/core/java/android/app/
DActivityThread.java1230 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo()