Searched refs:mBluetoothControllerActivity (Results 1 – 1 of 1) sorted by relevance
5650 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid5947 return mBluetoothControllerActivity; in getBluetoothControllerActivity()5964 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()5965 … mBluetoothControllerActivity = 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 …]