Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5650 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid
5947 return mBluetoothControllerActivity; in getBluetoothControllerActivity()
5964 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()
5965mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()
5968 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()
6628 if (mBluetoothControllerActivity != null) { in reset()
6629 mBluetoothControllerActivity.reset(false); in reset()
6816 if (mBluetoothControllerActivity != null) { in reset()
6817 mBluetoothControllerActivity.detach(); in reset()
7043 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()
[all …]