Searched refs:assetAlloc (Results 1 – 1 of 1) sorted by relevance
1755 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1756 if (assetAlloc != null) { in dumpMemInfo()1759 pw.print(assetAlloc); in dumpMemInfo()1891 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1892 if (assetAlloc != null) { in dumpMemInfo()1893 proto.write(MemInfoDumpProto.AppData.ASSET_ALLOCATIONS, assetAlloc); in dumpMemInfo()