Searched refs:mBluetoothControllerActivity (Results 1 – 2 of 2) sorted by relevance
6622 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid7060 return mBluetoothControllerActivity; in getBluetoothControllerActivity()7077 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()7078 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()7081 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()7817 resetIfNotNull(mBluetoothControllerActivity, false); in reset()7959 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()8238 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()8240 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()8558 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()[all …]
94692 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…