Searched refs:mBluetoothActivity (Results 1 – 2 of 2) sorted by relevance
1378 ControllerActivityCounterImpl mBluetoothActivity; field in BatteryStatsImpl7449 return mBluetoothActivity; in getBluetoothControllerActivity()10957 mBluetoothActivity = new ControllerActivityCounterImpl(mClock, mOnBatteryTimeBase, in initTimersAndCounters()11617 mBluetoothActivity.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()12919 mBluetoothActivity.getOrCreateRxTimeCounter().increment(rxTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()12920 mBluetoothActivity.getOrCreateTxTimeCounters()[0].increment(txTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()12921 mBluetoothActivity.getOrCreateIdleTimeCounter().increment(idleTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()12931 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()15934 mBluetoothActivity.readSummaryFromParcel(in);16434 mBluetoothActivity.writeSummaryToParcel(out);
74235 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothActivity:Lcom/android/internal/os/BatteryStat…