Searched refs:mBluetoothControllerActivity (Results 1 – 2 of 2) sorted by relevance
6635 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid7073 return mBluetoothControllerActivity; in getBluetoothControllerActivity()7090 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()7091 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()7094 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()7830 resetIfNotNull(mBluetoothControllerActivity, false); in reset()7972 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()8251 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()8253 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()8571 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()[all …]
88330 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…