Searched refs:AfcLocation (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | AfcManagerTest.java | 68 @Mock AfcLocation mAfcLocation; 158 verify(mAfcClient).queryAfcServer(any(AfcLocation.class), any(Handler.class), any(AfcClient in testUpdateLastKnownLocationOnLocationChange() 188 verify(mAfcClient).queryAfcServer(any(AfcLocation.class), any(Handler.class), any(AfcClient in testGetLocationAfterCountryCodeChange() 281 verify(mAfcClient, never()).queryAfcServer(any(AfcLocation.class), any(Handler.class), in testNullLocationChange() 296 verify(mAfcClient).queryAfcServer(any(AfcLocation.class), any(Handler.class), in testQueryAfterExpiredTime() 309 verify(mAfcClient, times(1)).queryAfcServer(any(AfcLocation.class), in testQueryAfterExpiredTime() 317 verify(mAfcClient, times(2)).queryAfcServer(any(AfcLocation.class), in testQueryAfterExpiredTime() 331 verify(mAfcClient).queryAfcServer(any(AfcLocation.class), any(Handler.class), in testQueryAfterLocationChange() 342 when(mAfcLocationUtil.checkLocation(any(AfcLocation.class), any(Location.class))) in testQueryAfterLocationChange() 345 verify(mAfcLocationUtil).checkLocation(any(AfcLocation.class), any(Location.class)); in testQueryAfterLocationChange() [all …]
|
D | AfcClientTest.java | 70 private AfcLocation mAfcLocation; 179 verify(mCallback).onResult(mAfcServerResponseCaptor.capture(), any(AfcLocation.class)); in testSendRequestAndReceiveResponse()
|
D | AfcLocationUtilTest.java | 43 private AfcLocation mAfcLocation;
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | AfcLocationUtil.java | 39 public AfcLocation createAfcLocation(Location location) { in createAfcLocation() 51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation()
|
D | AfcClient.java | 85 public void queryAfcServer(@NonNull AfcLocation afcLocation, @NonNull Handler wifiHandler, in queryAfcServer() 145 public HttpRequest getAfcHttpRequestObject(AfcLocation afcLocation) { in getAfcHttpRequestObject() 162 private JSONObject getAfcRequestJSONObject(AfcLocation afcLocation) { in getAfcRequestJSONObject() 284 void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation); in onResult()
|
D | AfcLocation.java | 26 public abstract class AfcLocation { class 50 public AfcLocation(Location location) { in AfcLocation() method in AfcLocation
|
D | AfcManager.java | 64 private AfcLocation mLastAfcLocationInSuccessfulQuery; 90 public void onResult(AfcServerResponse serverResponse, AfcLocation afcLocation) { in AfcManager() 257 AfcLocation afcLocationForQuery = mAfcLocationUtil.createAfcLocation(location); in queryServerAndInformDriver() 418 AfcLocation getLastAfcLocationInSuccessfulQuery() { in getLastAfcLocationInSuccessfulQuery()
|
D | AfcEllipseLocation.java | 30 public class AfcEllipseLocation extends AfcLocation {
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | Android.bp | 107 "com.android.server.wifi.AfcLocation", 108 "com.android.server.wifi.AfcLocation$*", 109 "com.android.server.wifi.AfcLocation.**",
|