Searched refs:btOnTimeMs (Results 1 – 1 of 1) sorted by relevance
798 long btOnTimeMs = mStats.getBluetoothOnTime(mRawRealtime, mStatsType) / 1000; in addBluetoothUsage() local799 double btPower = btOnTimeMs * mPowerProfile.getAveragePower(PowerProfile.POWER_BLUETOOTH_ON) in addBluetoothUsage()802 Log.d(TAG, "Bluetooth: time=" + btOnTimeMs + " power=" + makemAh(btPower)); in addBluetoothUsage()813 BatterySipper bs = addEntry(BatterySipper.DrainType.BLUETOOTH, btOnTimeMs, in addBluetoothUsage()