Searched refs:mBluetoothControllerActivity (Results 1 – 2 of 2) sorted by relevance
8203 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid8751 return mBluetoothControllerActivity; in getBluetoothControllerActivity()8768 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()8769 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mClock, in getOrCreateBluetoothControllerActivityLocked()8772 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()9743 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()9898 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
73258 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…