Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkFactoryTest.java651 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, in testHandleAcceptNetworkRequestFromFgAppWithSpecifierWithConnectedRequestFromFgApp()
675 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, in testHandleAcceptNetworkRequestFromFgSvcWithSpecifierWithConnectedRequestFromFgApp()
703 WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, in testHandleAcceptNetworkRequestFromFgSvcWithSpecifierWithSameConnectedRequestFromFgApp()
1942 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierHandleConnectionSuccess()
1976 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierHandleConnectionSuccessWhenUseHalApiIsDisabled()
2008 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierHandleConnectionSuccessOnSecondaryCmm()
2039 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierHandleConnectionSuccessOnSecondaryCmmAndDisconnectFromAp()
2077 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierDuplicateHandleConnectionSuccess()
2090 …WifiMetrics.ConnectionEvent.FAILURE_NONE, mSelectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierDuplicateHandleConnectionSuccess()
2107 …WifiMetrics.ConnectionEvent.FAILURE_NONE, connectedNetwork, TEST_BSSID_1, WifiMetricsProto.Connect… in testNetworkSpecifierHandleConnectionSuccessToWrongNetwork()
[all …]
DWifiMetricsTest.java1873 WifiMetrics.ConnectionEvent.FAILURE_NONE, in setupNetworkAndVerify()
1889 WifiMetrics.ConnectionEvent.FAILURE_NONE, in setupNetworkAndVerify()
1975 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testNetworkToNominatorNotCleared()
2415 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2423 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2431 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2439 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2457 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2465 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testMetricsClearedAfterProtoRequested()
2517 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testCurrentConnectionEventNotClearedAfterProtoRequested()
[all …]
DWifiNetworkSuggestionsManagerTest.java1458 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionSuccessWithOneMatch()
1498 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionSuccessWithOneMatchFromCarrierPrivilegedApp()
1557 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnSavedOpenNetworkConnectionSuccessWithMultipleMatch()
1705 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionSuccessWithMultipleMatch()
1766 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionSuccessWithBssidMultipleMatch()
1830 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionSuccessWithBssidAndWithoutBssidMultipleMatch()
1884 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionWhenAppNotApproved()
1926 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionWhenIsAppInteractionRequiredNotSet()
1971 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testOnNetworkConnectionWhenAppDoesNotHoldLocationPermission()
2279 WifiMetrics.ConnectionEvent.FAILURE_NONE, connectNetwork, TEST_BSSID); in testRemoveNetworkSuggestionsMatchingConnectionSuccessWithOneMatch()
[all …]
DWifiConnectivityManagerTest.java2773 WifiMetrics.ConnectionEvent.FAILURE_NONE, in wifiConnected_openNetworkNotifierHandlesConnection()
2825 WifiMetrics.ConnectionEvent.FAILURE_NONE, in wifiConnectionEndsWithSuccess_openNetworkNotifierDoesNotHandleConnectionFailure()
DClientModeImplTest.java5223 WifiMetrics.ConnectionEvent.FAILURE_NONE, in testReportConnectionEventIsCalledAfterSuccessfulConnection()
5227 eq(WifiMetrics.ConnectionEvent.FAILURE_NONE), eq(mConnectedNetwork), in testReportConnectionEventIsCalledAfterSuccessfulConnection()
5230 eq(WifiMetrics.ConnectionEvent.FAILURE_NONE), eq(mConnectedNetwork), in testReportConnectionEventIsCalledAfterSuccessfulConnection()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java3785 case WifiMetrics.ConnectionEvent.FAILURE_NONE: in handleConnectionAttemptEndForDiagnostics()
3823 if (level2FailureCode != WifiMetrics.ConnectionEvent.FAILURE_NONE) { in reportConnectionAttemptEnd()
3856 if (level2FailureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in reportConnectionAttemptEnd()
7252 WifiMetrics.ConnectionEvent.FAILURE_NONE, in processMessageImpl()
7325 WifiMetrics.ConnectionEvent.FAILURE_NONE, in enterImpl()
DWifiNetworkFactory.java1252 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DWifiConnectivityManager.java3152 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DWifiNetworkSuggestionsManager.java2250 if (failureCode == WifiMetrics.ConnectionEvent.FAILURE_NONE) { in handleConnectionAttemptEnded()
DWifiMetrics.java1143 public static final int FAILURE_NONE = 1; field in WifiMetrics.ConnectionEvent
1240 case FAILURE_NONE: in toString()
2792 case ConnectionEvent.FAILURE_NONE: in getConnectionResultFailureCode()