Home
last modified time | relevance | path

Searched refs:mBluetoothActivity (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java821 ControllerActivityCounterImpl mBluetoothActivity; field in BatteryStatsImpl
6544 return mBluetoothActivity; in getBluetoothControllerActivity()
10158 mBluetoothActivity = new ControllerActivityCounterImpl(mOnBatteryTimeBase, in BatteryStatsImpl()
10889 mBluetoothActivity.reset(false); in resetAllStatsLocked()
11736 mBluetoothActivity.getRxTimeCounter().addCountLocked(rxTimeMs); in updateBluetoothStateLocked()
11737 mBluetoothActivity.getTxTimeCounters()[0].addCountLocked(txTimeMs); in updateBluetoothStateLocked()
11738 mBluetoothActivity.getIdleTimeCounter().addCountLocked(idleTimeMs); in updateBluetoothStateLocked()
11745 mBluetoothActivity.getPowerCounter().addCountLocked( in updateBluetoothStateLocked()
13819 mBluetoothActivity.readSummaryFromParcel(in); in readSummaryFromParcel()
14276 mBluetoothActivity.writeSummaryToParcel(out); in writeSummaryToParcel()
[all …]