Searched refs:mBluetoothControllerActivity (Results 1 – 2 of 2) sorted by relevance
7867 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid8404 return mBluetoothControllerActivity; in getBluetoothControllerActivity()8421 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()8422 mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mClock, in getOrCreateBluetoothControllerActivityLocked()8425 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()9395 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()9550 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()
73901 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…