Searched refs:mPhoneOnTimer (Results 1 – 2 of 2) sorted by relevance
959 StopwatchTimer mPhoneOnTimer; field in BatteryStatsImpl5621 mPhoneOnTimer.startRunningLocked(elapsedRealtimeMs); in notePhoneOnLocked()5637 mPhoneOnTimer.stopRunningLocked(elapsedRealtimeMs); in notePhoneOffLocked()7102 return mPhoneOnTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getPhoneOnTime()7106 return mPhoneOnTimer.getCountLocked(which); in getPhoneOnCount()11020 mPhoneOnTimer = new StopwatchTimer(mClocks, null, -3, null, mOnBatteryTimeBase); in initTimersAndCounters()11666 mPhoneOnTimer.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()15653 mPhoneOnTimer.readSummaryFromParcelLocked(in);16150 mPhoneOnTimer.writeSummaryFromParcelLocked(out, NOWREAL_SYS);16864 mPhoneOnTimer.writeToParcel(out, uSecRealtime);[all …]
77741 Lcom/android/internal/os/BatteryStatsImpl;->mPhoneOnTimer:Lcom/android/internal/os/BatteryStatsImpl…