Searched refs:ResponderLocation (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/ |
D | ResponderLocationTest.java | 219 ResponderLocation responderLocation = new ResponderLocation(null, null); in testIfLciOrLcrIsNull() 235 ResponderLocation responderLocation = new ResponderLocation(sEmptyBuffer, sEmptyBuffer); in testIfLciOrLcrIsEmpty() 252 ResponderLocation responderLocation = in testIfLciShortBuffer() 253 new ResponderLocation(testLciBuffer, sTestLcrBufferHeader); in testIfLciShortBuffer() 273 ResponderLocation responderLocation = in testLciValidSubelement() 274 new ResponderLocation(testLciBuffer, sTestLcrBufferHeader); in testLciValidSubelement() 318 ResponderLocation responderLocation = in testLciInvalidElement() 319 new ResponderLocation(testBuffer, sTestLcrBufferHeader); in testLciInvalidElement() 338 ResponderLocation responderLocation = in testSkipLciSubElementUnusedOrUnknown() 339 new ResponderLocation(testLciBuffer, sTestLcrBufferHeader); in testSkipLciSubElementUnusedOrUnknown() [all …]
|
/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
D | ResponderLocation.java | 59 public final class ResponderLocation implements Parcelable { class 308 public ResponderLocation(byte[] lciBuffer, byte[] lcrBuffer) { in ResponderLocation() method in ResponderLocation 342 private ResponderLocation(Parcel in) { in ResponderLocation() method in ResponderLocation 395 …atic final @android.annotation.NonNull Creator<ResponderLocation> CREATOR = new Creator<ResponderL… 397 public ResponderLocation createFromParcel(Parcel in) { 398 return new ResponderLocation(in); 402 public ResponderLocation[] newArray(int size) { 403 return new ResponderLocation[size]; 968 ResponderLocation other = (ResponderLocation) obj; in equals()
|
D | RangingResult.java | 104 private final ResponderLocation mResponderLocation; 133 private ResponderLocation mResponderLocation = null; 307 @Nullable ResponderLocation responderLocation) { in setUnverifiedResponderLocation() 679 public ResponderLocation getUnverifiedResponderLocation() { in getUnverifiedResponderLocation()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiRttControllerHidlImpl.java | 36 import android.net.wifi.rtt.ResponderLocation; 381 ResponderLocation responderLocation; in convertHalResultsRangingResults() 383 responderLocation = new ResponderLocation(lci, lcr); in convertHalResultsRangingResults() 424 ResponderLocation responderLocation; in convertHalResultsRangingResults14() 426 responderLocation = new ResponderLocation(lci, lcr); in convertHalResultsRangingResults14() 467 ResponderLocation responderLocation; in convertHalResultsRangingResults16() 469 responderLocation = new ResponderLocation(lci, lcr); in convertHalResultsRangingResults16()
|
D | WifiRttControllerAidlImpl.java | 39 import android.net.wifi.rtt.ResponderLocation; 261 ResponderLocation responderLocation; in halToFrameworkRangingResults() 263 responderLocation = new ResponderLocation(lci, lcr); in halToFrameworkRangingResults()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/ |
D | RttServiceImpl.java | 48 import android.net.wifi.rtt.ResponderLocation; 1327 ResponderLocation responderLocation = in postProcessResults()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 1710 method @Nullable public android.net.wifi.rtt.ResponderLocation getUnverifiedResponderLocation(); 1745 …ingResult.Builder setUnverifiedResponderLocation(@Nullable android.net.wifi.rtt.ResponderLocation); 1788 public final class ResponderLocation implements android.os.Parcelable { 1816 … public static final android.os.Parcelable.Creator<android.net.wifi.rtt.ResponderLocation> CREATOR;
|
D | system-current.txt | 1717 public final class ResponderLocation implements android.os.Parcelable {
|