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

/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h53 static String8 getAssetAllocations();
/frameworks/base/libs/androidfw/
H A DAsset.cpp103 String8 Asset::getAssetAllocations() function in class:Asset
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1375 public static native String getAssetAllocations(); method in class:AssetManager
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp283 String8 alloc = Asset::getAssetAllocations();
1396 {"getAssetAllocations", "()Ljava/lang/String;", (void*)NativeGetAssetAllocations},
/frameworks/base/core/java/android/app/
H A DActivityThread.java1200 String assetAlloc = AssetManager.getAssetAllocations();
1328 String assetAlloc = AssetManager.getAssetAllocations();

Completed in 117 milliseconds