Searched refs:EXTRA_TOTAL_SCALE (Results 1 – 4 of 4) sorted by relevance
75 public static final String EXTRA_TOTAL_SCALE = "total_scale"; field in ProcessStatsDetail113 mTotalScale = args.getDouble(EXTRA_TOTAL_SCALE); in onCreate()
141 args.putDouble(ProcessStatsDetail.EXTRA_TOTAL_SCALE, memInfo.totalScale); in launchMemoryDetail()