Searched refs:mBluetoothControllerActivity (Results 1 – 2 of 2) sorted by relevance
7629 private ControllerActivityCounterImpl mBluetoothControllerActivity; field in BatteryStatsImpl.Uid8114 return mBluetoothControllerActivity; in getBluetoothControllerActivity()8131 if (mBluetoothControllerActivity == null) { in getOrCreateBluetoothControllerActivityLocked()8132 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in getOrCreateBluetoothControllerActivityLocked()8135 return mBluetoothControllerActivity; in getOrCreateBluetoothControllerActivityLocked()8999 resetIfNotNull(mBluetoothControllerActivity, false, realtimeUs); in reset()9154 detachIfNotNull(mBluetoothControllerActivity); in detachFromTimeBase()9433 if (mBluetoothControllerActivity != null) { in writeToParcelLocked()9435 mBluetoothControllerActivity.writeToParcel(out, 0); in writeToParcelLocked()9740 … mBluetoothControllerActivity = new ControllerActivityCounterImpl(mBsi.mOnBatteryTimeBase, in readFromParcelLocked()[all …]
77224 Lcom/android/internal/os/BatteryStatsImpl$Uid;->mBluetoothControllerActivity:Lcom/android/internal/…