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.java489 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithConnect() local
641 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithSuggestionInternal() local
650 nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
656 mConnectivityManager.requestNetwork(nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
852 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithSpecifierWithShellIdentity() local
971 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in assertWifiInternetConnectionAvailable() local
983 mConnectivityManager.registerNetworkCallback(builder.build(), testNetworkCallback); in assertWifiInternetConnectionAvailable() local
1030 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