Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java8203 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
8751 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
8768 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
8769 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mClock, in getOrCreateBluetoothControllerActivityLocked()
8772 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
9743 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()
9898 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt73258 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…