Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/CtsWifiLocationTestApp/src/android/net/wifi/cts/app/
DRetrieveTransportInfoAndReturnStatusActivity.java72 TestNetworkCallback testNetworkCallback = new TestNetworkCallback(countDownLatch); in canRetrieveSsidFromTransportInfo() local
79 testNetworkCallback); in canRetrieveSsidFromTransportInfo()
86 if (!testNetworkCallback.onAvailableCalled) { in canRetrieveSsidFromTransportInfo()
91 testNetworkCallback.networkCapabilities.getTransportInfo(); in canRetrieveSsidFromTransportInfo()
107 connectivityManager.unregisterNetworkCallback(testNetworkCallback); in canRetrieveSsidFromTransportInfo()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DTestHelper.java489 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithConnect() local
503 testNetworkCallback); in testConnectionFlowWithConnect()
513 assertThat(testNetworkCallback.waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)) in testConnectionFlowWithConnect()
515 assertThat(testNetworkCallback.onAvailableCalled).isTrue(); in testConnectionFlowWithConnect()
516 final WifiInfo wifiInfo = getWifiInfo(testNetworkCallback.networkCapabilities); in testConnectionFlowWithConnect()
526 mConnectivityManager.unregisterNetworkCallback(testNetworkCallback); in testConnectionFlowWithConnect()
532 return testNetworkCallback; in testConnectionFlowWithConnect()
641 TestNetworkCallback testNetworkCallback = createTestNetworkCallback(); in testConnectionFlowWithSuggestionInternal() local
650 nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
656 mConnectivityManager.requestNetwork(nrBuilder.build(), testNetworkCallback); in testConnectionFlowWithSuggestionInternal() local
[all …]