Searched refs:DURATION_NETWORK_CONNECTION_MILLIS (Results 1 – 2 of 2) sorted by relevance
42 private static final int DURATION_NETWORK_CONNECTION_MILLIS = 60_000; field in RetrieveTransportInfoAndReturnStatusActivity82 DURATION_NETWORK_CONNECTION_MILLIS, TimeUnit.MILLISECONDS)) { in canRetrieveSsidFromTransportInfo()
91 private static final int DURATION_NETWORK_CONNECTION_MILLIS = 40_000; field in TestHelper508 DURATION_NETWORK_CONNECTION_MILLIS, TimeUnit.MILLISECONDS)).isTrue(); in testConnectionFlowWithConnect()513 assertThat(testNetworkCallback.waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)) in testConnectionFlowWithConnect()672 .waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)).isTrue(); in testConnectionFlowWithSuggestionInternal()699 .waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)).isFalse(); in testConnectionFlowWithSuggestionInternal()886 assertThat(testNetworkCallback.waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)) in testConnectionFlowWithSpecifierWithShellIdentity()986 assertThat(testNetworkCallback.waitForAnyCallback(DURATION_NETWORK_CONNECTION_MILLIS)) in assertWifiInternetConnectionAvailable()1068 PollingCheck.check("Wifi not connected", DURATION_NETWORK_CONNECTION_MILLIS, in testMultiInternetConnectionFlowInternal()1081 if (testNetworkCallback2G.await(DURATION_NETWORK_CONNECTION_MILLIS)) { in testMultiInternetConnectionFlowInternal()1093 if (testNetworkCallback5G.await(DURATION_NETWORK_CONNECTION_MILLIS)) { in testMultiInternetConnectionFlowInternal()