Home
last modified time | relevance | path

Searched defs:testNetworkCallback (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java501 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithConnect() local
653 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithSuggestionInternal() local
662 nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
668 mConnectivityManager.requestNetwork(nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
852 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithSpecifierWithShellIdentity() local
948 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in assertWifiInternetConnectionAvailable() local
960 mConnectivityManager.registerNetworkCallback(builder.build(), testNetworkCallback); in assertWifiInternetConnectionAvailable() local
1007 private WifiInfo checkWifiNetworkInfo(TestNetworkCallback testNetworkCallback, in checkWifiNetworkInfo()
/cts/tests/tests/wifi/CtsWifiLocationTestApp/src/android/net/wifi/cts/app/
DRetrieveTransportInfoAndReturnStatusActivity.java72 TestNetworkCallback testNetworkCallback = new TestNetworkCallback(countDownLatch); in canRetrieveSsidFromTransportInfo() local