Searched refs:txTime (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | BluetoothActivityEnergyInfoTest.java | 43 long txTime = 100; in constructor() local 49 timestamp, stackState, txTime, rxTime, idleTime, energyUsed); in constructor() 53 assertThat(info.getControllerTxTimeMillis()).isEqualTo(txTime); in constructor() 64 long txTime = 100; in setUidTraffic() local 70 timestamp, stackState, txTime, rxTime, idleTime, energyUsed); in setUidTraffic() 85 long txTime = 100; in isValid() local 91 timestamp, stackState, txTime, rxTime, idleTime, energyUsed); in isValid() 102 timestamp, stackState, txTime, -1, idleTime, energyUsed); in isValid() 107 timestamp, stackState, txTime, rxTime, -1, energyUsed); in isValid() 115 long txTime = 100; in writeToParcel() local [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | JniCallbacks.java | 147 long txTime, in energyInfoCallback() argument 153 status, ctrlState, txTime, rxTime, idleTime, energyUsed, data); in energyInfoCallback()
|
D | AdapterService.java | 6158 long txTime, in energyInfoCallbackInternal() argument 6167 final long txMah = Math.multiplyExact(txTime, getTxCurrentMa()); in energyInfoCallbackInternal() 6187 totalTxTimeMs = Math.addExact(mTxTimeTotalMs, txTime); in energyInfoCallbackInternal() 6222 long txTime, in energyInfoCallback() argument 6229 status, ctrlState, txTime, rxTime, idleTime, energyUsed, data); in energyInfoCallback() 6233 status, ctrlState, txTime, rxTime, idleTime, energyUsed, data); in energyInfoCallback() 6239 + (" txTime = " + txTime) in energyInfoCallback()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothActivityEnergyInfo.java | 68 long txTime, in BluetoothActivityEnergyInfo() argument 74 mControllerTxTimeMs = txTime; in BluetoothActivityEnergyInfo()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiUsabilityStatsEntry.java | 530 public RadioStats(int radioId, long onTime, long txTime, long rxTime, long onTimeScan, in RadioStats() argument 535 this.mTotalRadioTxTimeMillis = txTime; in RadioStats()
|