Home
last modified time | relevance | path

Searched refs:endConnectionEvent (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pMetricsTest.java96 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_NONE); in startAndEndConnectionEventSucceeds()
117 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_NONE); in startAndEndConnectionEventSucceeds()
131 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_TIMEOUT); in startAndEndConnectionEventSucceeds()
374 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_TIMEOUT); in testConnectionTryCount()
389 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_TIMEOUT); in testConnectionTryCount()
404 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_NONE); in testConnectionTryCount()
DWifiP2pServiceImplTest.java2166 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_CREATE_GROUP_FAILED)); in testCreateGroupWithConfigValidAsGroupFailureWhenNativeCallFailure()
3400 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_GROUP_REMOVED)); in testStartFastConnectionEventWhenSendConnectWithConfigAndP2pClose()
3459 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenGroupFormed()
3624 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenTimeout()
3733 verify(mWifiP2pMetrics).endConnectionEvent(P2pConnectionEvent.CLF_USER_REJECT); in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()
3798 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenCancel()
3827 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenProvDiscFailure()
3866 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_GROUP_REMOVED)); in testEndConnectionEventWhenGroupRemoval()
3918 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenInvitationFailure()
3939 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java295 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in startAndEndConnectionEventSucceeds()
301 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in startAndEndConnectionEventSucceeds()
1872 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in setupNetworkAndVerify()
1888 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in setupNetworkAndVerify()
1974 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testNetworkToNominatorNotCleared()
1994 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testMetricsAssociationTimedOut()
2030 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testMetricNumBssidInBlocklist()
2058 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testConnectionNetworkTypeOpen()
2091 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2109 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
[all …]
DClientModeImplTest.java2649 verify(mWifiMetrics, never()).endConnectionEvent( in connectWhileObtainingIp()
2906 verify(mWifiMetrics).endConnectionEvent( in testDisconnectionEventInL2ConnectingStateEndsConnectionEvent()
9843 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseRejectWhenConnectByUser()
9872 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseErrorWhenConnectByUser()
9917 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseRejectWhenAutoConnect()
9945 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseErrorWhenAutoConnect()
9975 verify(mWifiMetrics, never()).endConnectionEvent( in verifyLegacyEapNetworkAcceptWhenConnectByUser()
10009 verify(mWifiMetrics, never()).endConnectionEvent( in verifyLegacyEapNetworkAcceptOnNotificationWhenAutoConnect()
11139 verify(mWifiMetrics).endConnectionEvent( in testConnectionFailureDueToExpiredCertificateStatusCode()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pMetrics.java418 endConnectionEvent(P2pConnectionEvent.CLF_NEW_CONNECTION_ATTEMPT); in startConnectionEvent()
466 public void endConnectionEvent(int failure) { in endConnectionEvent() method in WifiP2pMetrics
DWifiP2pServiceImpl.java3858 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4127 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4187 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4546 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4707 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4779 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4788 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4815 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_GROUP_REMOVED); in processMessageImpl()
4939 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5022 mWifiP2pMetrics.endConnectionEvent( in enterImpl()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java1945 endConnectionEvent(ifaceName, in startConnectionEvent()
1951 endConnectionEvent(ifaceName, in startConnectionEvent()
2209 public void endConnectionEvent( in endConnectionEvent() method in WifiMetrics
DClientModeImpl.java3885 mWifiMetrics.endConnectionEvent(mInterfaceName, level2FailureCode, in reportConnectionAttemptEnd()
7218 mWifiMetrics.endConnectionEvent( in processMessageImpl()