Searched refs:nullIfAllZeros (Results 1 – 2 of 2) sorted by relevance
7457 return nullIfAllZeros(mCpuFreqTimeMs, which); in getCpuFreqTimes()7462 return nullIfAllZeros(mScreenOffCpuFreqTimeMs, which); in getScreenOffCpuFreqTimes()7472 return nullIfAllZeros(mCpuClusterTimesMs, STATS_SINCE_CHARGED); in getCpuClusterTimes()7487 return nullIfAllZeros(mProcStateTimeMs[procState], which); in getCpuFreqTimes()7502 return nullIfAllZeros(mProcStateScreenOffTimeMs[procState], which); in getScreenOffCpuFreqTimes()7536 private long[] nullIfAllZeros(LongSamplingCounterArray cpuTimesMs, int which) { in nullIfAllZeros() method in BatteryStatsImpl.Uid
77336 Lcom/android/internal/os/BatteryStatsImpl$Uid;->nullIfAllZeros(Lcom/android/internal/os/BatteryStat…