Searched refs:assetAlloc (Results 1 – 1 of 1) sorted by relevance
1389 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1390 if (assetAlloc != null) { in dumpMemInfo()1393 pw.print(assetAlloc); in dumpMemInfo()1517 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1518 if (assetAlloc != null) { in dumpMemInfo()1519 proto.write(MemInfoDumpProto.AppData.ASSET_ALLOCATIONS, assetAlloc); in dumpMemInfo()