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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java428 ControllerActivityCounterImpl mBluetoothActivity; field in class:BatteryStatsImpl
443 * the first Bluetooth energy report. See {@link #mBluetoothActivity}.
5053 return mBluetoothActivity;
7937 mBluetoothActivity = new ControllerActivityCounterImpl(mOnBatteryTimeBase,
8620 mBluetoothActivity.reset(false);
9263 mBluetoothActivity.getRxTimeCounter().addCountLocked(
9265 mBluetoothActivity.getTxTimeCounters()[0].addCountLocked(
9267 mBluetoothActivity.getIdleTimeCounter().addCountLocked(
9275 mBluetoothActivity.getPowerCounter().addCountLocked(
10579 mBluetoothActivity
[all...]

Completed in 1757 milliseconds