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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java492 ControllerActivityCounterImpl mBluetoothActivity; field in class:BatteryStatsImpl
507 * the first Bluetooth energy report. See {@link #mBluetoothActivity}.
5576 return mBluetoothActivity;
8870 mBluetoothActivity = new ControllerActivityCounterImpl(mOnBatteryTimeBase,
9577 mBluetoothActivity.reset(false);
10304 mBluetoothActivity.getRxTimeCounter().addCountLocked(
10306 mBluetoothActivity.getTxTimeCounters()[0].addCountLocked(
10308 mBluetoothActivity.getIdleTimeCounter().addCountLocked(
10316 mBluetoothActivity.getPowerCounter().addCountLocked(
11853 mBluetoothActivity
[all...]

Completed in 71 milliseconds