Searched refs:mProcStateTimeMs (Results 1 – 2 of 2) sorted by relevance
6647 LongSamplingCounterArray[] mProcStateTimeMs; field in BatteryStatsImpl.Uid6798 if (mProcStateTimeMs == null) { in getCpuFreqTimes()6802 mProcStateTimeMs = null; in getCpuFreqTimes()6805 return nullIfAllZeros(mProcStateTimeMs[procState], which); in getCpuFreqTimes()6858 if (mProcStateTimeMs == null) { in addProcStateTimesMs()6859 mProcStateTimeMs = new LongSamplingCounterArray[NUM_PROCESS_STATE]; in addProcStateTimesMs()6861 if (mProcStateTimeMs[procState] == null in addProcStateTimesMs()6862 || mProcStateTimeMs[procState].getSize() != cpuTimesMs.length) { in addProcStateTimesMs()6863 detachIfNotNull(mProcStateTimeMs[procState]); in addProcStateTimesMs()6864 mProcStateTimeMs[procState] = new LongSamplingCounterArray( in addProcStateTimesMs()[all …]
94734 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mProcStateTimeMs:[Lcom/android/internal/os/BatteryS…