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.java448 ControllerActivityCounterImpl mBluetoothActivity; field in BatteryStatsImpl
5444 return mBluetoothActivity; in getBluetoothControllerActivity()
8646 mBluetoothActivity = new ControllerActivityCounterImpl(mOnBatteryTimeBase, in BatteryStatsImpl()
9328 mBluetoothActivity.reset(false); in resetAllStatsLocked()
10023 mBluetoothActivity.getRxTimeCounter().addCountLocked( in updateBluetoothStateLocked()
10025 mBluetoothActivity.getTxTimeCounters()[0].addCountLocked( in updateBluetoothStateLocked()
10027 mBluetoothActivity.getIdleTimeCounter().addCountLocked( in updateBluetoothStateLocked()
10035 mBluetoothActivity.getPowerCounter().addCountLocked( in updateBluetoothStateLocked()
11419 mBluetoothActivity.readSummaryFromParcel(in); in readSummaryFromParcel()
11805 mBluetoothActivity.writeSummaryToParcel(out); in writeSummaryToParcel()
[all …]