Home
last modified time | relevance | path

Searched refs:getControllerRxDurationMillis (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryExternalStatsWorker.java770 final long lastRxMs = mLastWifiInfo.getControllerRxDurationMillis(); in extractDeltaLocked()
782 final long rxTimeMs = latest.getControllerRxDurationMillis() - lastRxMs; in extractDeltaLocked()
792 + latest.getControllerRxDurationMillis() in extractDeltaLocked()
796 deltaControllerRxDurationMillis = latest.getControllerRxDurationMillis(); in extractDeltaLocked()
/aosp12/frameworks/base/core/java/android/os/connectivity/
H A DWifiActivityEnergyInfo.java215 public long getControllerRxDurationMillis() { in getControllerRxDurationMillis() method in WifiActivityEnergyInfo
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java1989 wifiInfo.getControllerRxDurationMillis(),
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java12033 final long rxTimeMs = info.getControllerRxDurationMillis(); in updateWifiState()
12196 info.getControllerRxDurationMillis()); in updateWifiState()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java7030 assertEquals(2, info.getControllerRxDurationMillis()); in validateWifiActivityEnergyInfo()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt8789 method @IntRange(from=0) public long getControllerRxDurationMillis();