Home
last modified time | relevance | path

Searched refs:getMinRttBurstSize (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DRangingRequest.java90 public static int getMinRttBurstSize() { in getMinRttBurstSize() method in RangingRequest
210 if (mRttBurstSize < getMinRttBurstSize() || mRttBurstSize > getMaxRttBurstSize()) { in enforceValidity()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java253 builder.setRttBurstSize(RangingRequest.getMinRttBurstSize() - 1); in testRangingRequestMinBurstSizeIsEnforced()
/packages/modules/Wifi/framework/api/
Dcurrent.txt1669 method public static int getMinRttBurstSize();