Searched refs:mBluetoothActivity (Results 1 – 2 of 2) sorted by relevance
1464 ControllerActivityCounterImpl mBluetoothActivity; field in BatteryStatsImpl7780 return mBluetoothActivity; in getBluetoothControllerActivity()11365 mBluetoothActivity = new ControllerActivityCounterImpl(mClock, mOnBatteryTimeBase, in initTimersAndCounters()12005 mBluetoothActivity.reset(false, elapsedRealtimeUs); in resetAllStatsLocked()13438 mBluetoothActivity.getOrCreateRxTimeCounter().increment(rxTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()13439 mBluetoothActivity.getOrCreateTxTimeCounters()[0].increment(txTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()13440 mBluetoothActivity.getOrCreateIdleTimeCounter().increment(idleTimeMs, elapsedRealtimeMs); in updateBluetoothStateLocked()13450 mBluetoothActivity.getPowerCounter().addCountLocked((long) controllerMaMs); in updateBluetoothStateLocked()16554 mBluetoothActivity.readSummaryFromParcel(in);17062 mBluetoothActivity.writeSummaryToParcel(out);
73592 Lcom/android/internal/os/BatteryStatsImpl;->mBluetoothActivity:Lcom/android/internal/os/BatteryStat…