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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java470 StopwatchTimer mBluetoothScanTimer; field in class:BatteryStatsImpl
4450 mBluetoothScanTimer.startRunningLocked(elapsedRealtime);
4473 mBluetoothScanTimer.stopRunningLocked(elapsedRealtime);
4494 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtime);
5098 return mBluetoothScanTimer.getTotalTimeLocked(elapsedRealtimeUs, which);
5207 StopwatchTimer mBluetoothScanTimer; field in class:BatteryStatsImpl.Uid
5624 if (mBluetoothScanTimer == null) {
5625 mBluetoothScanTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, BLUETOOTH_SCAN_ON,
5628 return mBluetoothScanTimer;
5636 if (mBluetoothScanTimer !
[all...]

Completed in 20 milliseconds