Home
last modified time | relevance | path

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

/packages/modules/Uwb/framework/java/android/uwb/
DUwbActivityEnergyInfo.java74 && mControllerRxDurationMillis == other.getControllerRxDurationMillis() in equals()
156 public long getControllerRxDurationMillis() { in getControllerRxDurationMillis() method in UwbActivityEnergyInfo
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbActivityEnergyInfoTest.java74 assertEquals(RX_DURATION_MS, info.getControllerRxDurationMillis()); in testBuilder()
/packages/modules/Uwb/framework/api/
Dsystem-current.txt178 method @IntRange(from=0) public long getControllerRxDurationMillis();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8901 assertEquals(2, info.getControllerRxDurationMillis()); in validateWifiActivityEnergyInfo()