Searched refs:assetAlloc (Results 1 – 1 of 1) sorted by relevance
1470 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1471 if (assetAlloc != null) { in dumpMemInfo()1474 pw.print(assetAlloc); in dumpMemInfo()1598 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1599 if (assetAlloc != null) { in dumpMemInfo()1600 proto.write(MemInfoDumpProto.AppData.ASSET_ALLOCATIONS, assetAlloc); in dumpMemInfo()