Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java1464 ControllerActivityCounterImpl mBluetoothActivity; field in BatteryStatsImpl
7780 return mBluetoothActivity; in getBluetoothControllerActivity()
11365 mBluetoothActivity = new ControllerActivityCounterImpl(mClock, mOnBatteryTimeBase, in initTimersAndCounters()
12005 mBluetoothActivity.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()
13438 mBluetoothActivity.getOrCreateRxTimeCounter().increment(rxTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()
13439 mBluetoothActivity.getOrCreateTxTimeCounters()[0].increment(txTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()
13440 mBluetoothActivity.getOrCreateIdleTimeCounter().increment(idleTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()
13450 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()
16554 mBluetoothActivity.readSummaryFromParcel(in);
17062 mBluetoothActivity.writeSummaryToParcel(out);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73592 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothActivity:Lcom/android/internal/os/BatteryStat…