Searched refs:mBluetoothOnTimer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java250 StopwatchTimer mBluetoothOnTimer; field in class:BatteryStatsImpl
2168 mBluetoothOnTimer.startRunningLocked(this);
2179 mBluetoothOnTimer.stopRunningLocked(this);
2358 return mBluetoothOnTimer.getTotalTimeLocked(batteryRealtime, which);
4103 mBluetoothOnTimer = new StopwatchTimer(null, -5, null, mUnpluggables);
4278 mBluetoothOnTimer.reset(this, false);
5120 mBluetoothOnTimer.readSummaryFromParcelLocked(in);
5313 mBluetoothOnTimer.writeSummaryFromParcelLocked(out, NOWREAL);
5517 mBluetoothOnTimer = new StopwatchTimer(null, -2, null, mUnpluggables, in);
5628 mBluetoothOnTimer
[all...]

Completed in 13 milliseconds