Home
last modified time | relevance | path

Searched refs:AfcLocation (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java68 @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 …]
DAfcClientTest.java70 private AfcLocation mAfcLocation;
179 verify(mCallback).onResult(mAfcServerResponseCaptor.capture(), any(AfcLocation.class)); in testSendRequestAndReceiveResponse()
DAfcLocationUtilTest.java43 private AfcLocation mAfcLocation;
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcLocationUtil.java39 public AfcLocation createAfcLocation(Location location) { in createAfcLocation()
51 public AfcLocationUtil.InBoundsCheckResult checkLocation(AfcLocation afcLocation, in checkLocation()
DAfcClient.java85 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()
DAfcLocation.java26 public abstract class AfcLocation { class
50 public AfcLocation(Location location) { in AfcLocation() method in AfcLocation
DAfcManager.java64 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()
DAfcEllipseLocation.java30 public class AfcEllipseLocation extends AfcLocation {
/packages/modules/Wifi/service/tests/wifitests/
DAndroid.bp107 "com.android.server.wifi.AfcLocation",
108 "com.android.server.wifi.AfcLocation$*",
109 "com.android.server.wifi.AfcLocation.**",