Searched refs:mBluetoothControllerActivity (Results 1 – 1 of 1) sorted by relevance
6753 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid7186 return mBluetoothControllerActivity; in getBluetoothControllerActivity()7203 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()7204 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()7207 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()7950 if (mBluetoothControllerActivity != null) { in reset()7951 mBluetoothControllerActivity.reset(false); in reset()8167 if (mBluetoothControllerActivity != null) { in reset()8168 mBluetoothControllerActivity.detach(); in reset()8440 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()[all …]