Searched refs:mProcStateTimeMs (Results 1 – 2 of 2) sorted by relevance
6660 LongSamplingCounterArray[] mProcStateTimeMs; field in BatteryStatsImpl.Uid6811 if (mProcStateTimeMs == null) { in getCpuFreqTimes()6815 mProcStateTimeMs = null; in getCpuFreqTimes()6818 return nullIfAllZeros(mProcStateTimeMs[procState], which); in getCpuFreqTimes()6871 if (mProcStateTimeMs == null) { in addProcStateTimesMs()6872 mProcStateTimeMs = new LongSamplingCounterArray[NUM_PROCESS_STATE]; in addProcStateTimesMs()6874 if (mProcStateTimeMs[procState] == null in addProcStateTimesMs()6875 || mProcStateTimeMs[procState].getSize() != cpuTimesMs.length) { in addProcStateTimesMs()6876 detachIfNotNull(mProcStateTimeMs[procState]); in addProcStateTimesMs()6877 mProcStateTimeMs[procState] = new LongSamplingCounterArray( in addProcStateTimesMs()[all …]
88372 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mProcStateTimeMs:[Lcom/android/internal/os/BatteryS…