Home
last modified time | relevance | path

Searched refs:EXTRA_TOTAL_SCALE (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsDetail.java75 public static final String EXTRA_TOTAL_SCALE = "total_scale"; field in ProcessStatsDetail
113 mTotalScale = args.getDouble(EXTRA_TOTAL_SCALE); in onCreate()
DProcessStatsBase.java141 args.putDouble(ProcessStatsDetail.EXTRA_TOTAL_SCALE, memInfo.totalScale); in launchMemoryDetail()
/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsDetail.java75 public static final String EXTRA_TOTAL_SCALE = "total_scale"; field in ProcessStatsDetail
113 mTotalScale = args.getDouble(EXTRA_TOTAL_SCALE); in onCreate()
DProcessStatsBase.java141 args.putDouble(ProcessStatsDetail.EXTRA_TOTAL_SCALE, memInfo.totalScale); in launchMemoryDetail()