Home
last modified time | relevance | path

Searched refs:FAILURE_NONE (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java820 WifiMetrics.ConnectionEvent.FAILURE_NONE, networkSuggestion.wifiConfiguration, in testOnNetworkConnectionSuccessWithOneMatch()
899 WifiMetrics.ConnectionEvent.FAILURE_NONE, wifiConfiguration, TEST_BSSID); in testOnNetworkConnectionSuccessWithMultipleMatch()
961 WifiMetrics.ConnectionEvent.FAILURE_NONE, wifiConfiguration, TEST_BSSID); in testOnNetworkConnectionSuccessWithBssidMultipleMatch()
1024 WifiMetrics.ConnectionEvent.FAILURE_NONE, wifiConfiguration1, TEST_BSSID); in testOnNetworkConnectionSuccessWithBssidAndWithoutBssidMultipleMatch()
1074 WifiMetrics.ConnectionEvent.FAILURE_NONE, networkSuggestion.wifiConfiguration, in testOnNetworkConnectionWhenAppNotApproved()
1105 WifiMetrics.ConnectionEvent.FAILURE_NONE, networkSuggestion.wifiConfiguration, in testOnNetworkConnectionWhenIsAppInteractionRequiredNotSet()
1139 WifiMetrics.ConnectionEvent.FAILURE_NONE, networkSuggestion.wifiConfiguration, in testOnNetworkConnectionWhenAppDoesNotHoldLocationPermission()
1335 WifiMetrics.ConnectionEvent.FAILURE_NONE, networkSuggestion.wifiConfiguration, in testRemoveNetworkSuggestionsMatchingConnectionSuccessWithOneMatch()
1377 WifiMetrics.ConnectionEvent.FAILURE_NONE, wifiConfiguration, TEST_BSSID); in testRemoveAppMatchingConnectionSuccessWithMultipleMatch()
1408 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testRemoveAppNotMatchingConnectionSuccess()
[all …]
DWifiNetworkFactoryTest.java461 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testHandleAcceptNetworkRequestFromFgAppWithSpecifierWithConnectedRequestFromFgApp()
488 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testHandleAcceptNetworkRequestFromFgSvcWithSpecifierWithConnectedRequestFromFgApp()
1420 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testNetworkSpecifierHandleConnectionSuccess()
1442 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testNetworkSpecifierDuplicateHandleConnectionSuccess()
1454 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testNetworkSpecifierDuplicateHandleConnectionSuccess()
1470 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testNetworkSpecifierHandleConnectionFailureAfterSuccess()
1503 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectedNetwork); in testNetworkSpecifierHandleConnectionSuccessToWrongNetwork()
1512 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testNetworkSpecifierHandleConnectionSuccessToWrongNetwork()
1531 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testHandleNetworkReleaseWithSpecifierAfterConnectionSuccess()
1705 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork); in testHandleNewNetworkRequestWithSpecifierAfterConnectionSuccess()
[all …]
DWifiMetricsTest.java1394 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testScanDetailAndWifiConfigurationUsage()
1404 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testScanDetailAndWifiConfigurationUsage()
1461 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testNetworkToNominatorNotCleared()
1527 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1533 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1539 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1545 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1561 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1567 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
1587 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testCurrentConnectionEventNotClearedAfterProtoRequested()
[all …]
DWifiConnectivityManagerTest.java679 WifiMetrics.ConnectionEvent.FAILURE_NONE); in wifiConnected_openNetworkNotifierHandlesConnection()
723 WifiMetrics.ConnectionEvent.FAILURE_NONE); in wifiConnectionEndsWithSuccess_openNetworkNotifierDoesNotHandleConnectionFailure()
822 WifiMetrics.ConnectionEvent.FAILURE_NONE); in wifiConnected_carrierNetworkNotifierHandlesConnection()
867 WifiMetrics.ConnectionEvent.FAILURE_NONE); in wifiConnectionEndsWithSuccess_carrierNetworkNotifierDoesNotHandleConnectionFailure()
DClientModeImplTest.java2889 WifiMetrics.ConnectionEvent.FAILURE_NONE); in testReportConnectionEventIsCalledAfterSuccessfulConnection()
2891 eq(WifiMetrics.ConnectionEvent.FAILURE_NONE), any(WifiConfiguration.class)); in testReportConnectionEventIsCalledAfterSuccessfulConnection()
2893 eq(WifiMetrics.ConnectionEvent.FAILURE_NONE), any(WifiConfiguration.class), in testReportConnectionEventIsCalledAfterSuccessfulConnection()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java1027 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DWifiConnectivityManager.java1192 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DWifiNetworkFactory.java809 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DClientModeImpl.java3127 case WifiMetrics.ConnectionEvent.FAILURE_NONE: in handleConnectionAttemptEndForDiagnostics()
3145 if (level2FailureCode != WifiMetrics.ConnectionEvent.FAILURE_NONE) { in reportConnectionAttemptEnd()
5542 WifiMetrics.ConnectionEvent.FAILURE_NONE, in processMessage()
5607 WifiMetrics.ConnectionEvent.FAILURE_NONE, in enter()
DWifiMetrics.java523 public static final int FAILURE_NONE = 1; field in WifiMetrics.ConnectionEvent
603 case FAILURE_NONE: in toString()