Searched refs:getControllerRxDurationMillis (Results 1 – 8 of 8) sorted by relevance
566 final long lastRxMs = mLastInfo.getControllerRxDurationMillis(); in extractDeltaLocked()578 final long rxTimeMs = latest.getControllerRxDurationMillis() - lastRxMs; in extractDeltaLocked()588 + latest.getControllerRxDurationMillis() in extractDeltaLocked()592 deltaControllerRxDurationMillis = latest.getControllerRxDurationMillis(); in extractDeltaLocked()628 TimeUtils.formatDuration(latest.getControllerRxDurationMillis(), sb); in extractDeltaLocked()
215 public long getControllerRxDurationMillis() { in getControllerRxDurationMillis() method in WifiActivityEnergyInfo
1669 .writeLong(wifiInfo.getControllerRxDurationMillis())
5438 assertEquals(2, info.getControllerRxDurationMillis()); in validateWifiActivityEnergyInfo()
10826 final long rxTimeMs = info.getControllerRxDurationMillis(); in updateWifiState()10972 info.getControllerRxDurationMillis()); in updateWifiState()
7557 method @IntRange(from=0) public long getControllerRxDurationMillis();
8658 method @IntRange(from=0) public long getControllerRxDurationMillis();
16627 HSPLandroid/os/connectivity/WifiActivityEnergyInfo;->getControllerRxDurationMillis()J