Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java158 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()
346 verify(mAfcClient, times(1)).queryAfcServer(any(AfcLocation.class), in testQueryAfterLocationChange()
355 verify(mAfcClient, times(1)).queryAfcServer(any(AfcLocation.class), in testQueryAfterLocationChange()
364 verify(mAfcClient, times(2)).queryAfcServer(any(AfcLocation.class), in testQueryAfterLocationChange()
[all …]
DAfcClientTest.java140 mAfcClient.queryAfcServer(mAfcLocation, mWifiHandler, mCallback); in testHTTPRequestInitialization()
157 mAfcClient.queryAfcServer(mAfcLocation, mWifiHandler, mCallback); in testHTTPRequestInitialization()
175 mAfcClient.queryAfcServer(mAfcLocation, mWifiHandler, mCallback); in testSendRequestAndReceiveResponse()
197 mAfcClient.queryAfcServer(mAfcLocation, mWifiHandler, mCallback); in testSendHTTPRequestFail()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcClient.java85 public void queryAfcServer(@NonNull AfcLocation afcLocation, @NonNull Handler wifiHandler, in queryAfcServer() method in AfcClient
DAfcManager.java259 mAfcClient.queryAfcServer(afcLocationForQuery, new Handler(mWifiHandlerThread.getLooper()), in queryServerAndInformDriver()