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.java2228 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_CREATE_GROUP_FAILED)); in testCreateGroupWithConfigValidAsGroupFailureWhenNativeCallFailure()
3462 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_GROUP_REMOVED)); in testStartFastConnectionEventWhenSendConnectWithConfigAndP2pClose()
3521 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenGroupFormed()
3686 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenTimeout()
3795 verify(mWifiP2pMetrics).endConnectionEvent(P2pConnectionEvent.CLF_USER_REJECT); in testDeclineFrequencyConflictDialogEndsP2pConnectionEvent()
3860 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenCancel()
3889 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenProvDiscFailure()
3928 verify(mWifiP2pMetrics).endConnectionEvent(eq(P2pConnectionEvent.CLF_GROUP_REMOVED)); in testEndConnectionEventWhenGroupRemoval()
3980 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenInvitationFailure()
4001 verify(mWifiP2pMetrics).endConnectionEvent( in testEndConnectionEventWhenPeerRejectTheConnectRequestInNegotiationFlow()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java347 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in startAndEndConnectionEventSucceeds()
353 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in startAndEndConnectionEventSucceeds()
1925 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in setupNetworkAndVerify()
1941 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in setupNetworkAndVerify()
2027 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testNetworkToNominatorNotCleared()
2047 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testMetricsAssociationTimedOut()
2083 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testMetricNumBssidInBlocklist()
2111 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testConnectionNetworkTypeOpen()
2144 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2162 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
[all …]
DClientModeImplTest.java2716 verify(mWifiMetrics, never()).endConnectionEvent( in connectWhileObtainingIp()
2973 verify(mWifiMetrics).endConnectionEvent( in testDisconnectionEventInL2ConnectingStateEndsConnectionEvent()
5380 verify(mWifiMetrics, never()).endConnectionEvent( in testReportConnectionEventIsCalledAfterSuccessfulConnection()
10011 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseRejectWhenConnectByUser()
10040 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseErrorWhenConnectByUser()
10085 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseRejectWhenAutoConnect()
10113 verify(mWifiMetrics).endConnectionEvent( in verifyTrustOnFirstUseErrorWhenAutoConnect()
10143 verify(mWifiMetrics, never()).endConnectionEvent( in verifyLegacyEapNetworkAcceptWhenConnectByUser()
10177 verify(mWifiMetrics, never()).endConnectionEvent( in verifyLegacyEapNetworkAcceptOnNotificationWhenAutoConnect()
11311 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.java4109 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4378 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4438 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
4880 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5041 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5113 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5122 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5149 mWifiP2pMetrics.endConnectionEvent(P2pConnectionEvent.CLF_GROUP_REMOVED); in processMessageImpl()
5273 mWifiP2pMetrics.endConnectionEvent( in processMessageImpl()
5356 mWifiP2pMetrics.endConnectionEvent( in enterImpl()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2012 endConnectionEvent(ifaceName, in startConnectionEvent()
2018 endConnectionEvent(ifaceName, in startConnectionEvent()
2298 public void endConnectionEvent( in endConnectionEvent() method in WifiMetrics
DClientModeImpl.java3927 mWifiMetrics.endConnectionEvent(mInterfaceName, level2FailureCode, in reportConnectionAttemptEnd()
7279 mWifiMetrics.endConnectionEvent( in processMessageImpl()