Searched refs:assetAlloc (Results 1 – 1 of 1) sorted by relevance
1356 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1357 if (assetAlloc != null) { in dumpMemInfo()1360 pw.print(assetAlloc); in dumpMemInfo()1484 String assetAlloc = AssetManager.getAssetAllocations(); in dumpMemInfo() local1485 if (assetAlloc != null) { in dumpMemInfo()1486 proto.write(MemInfoDumpProto.AppData.ASSET_ALLOCATIONS, assetAlloc); in dumpMemInfo()