Home
last modified time | relevance | path

Searched refs:CONNECTION_EVENT_STARTED (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java75 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedEnablesTracing()
82 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfReleaseFileIsMissing()
90 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotEnableTracingIfReleaseFileIsMissing()
96 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile()
107 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile()
114 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfEnableFileIsMissing()
119 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls()
120 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls()
143 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventFailedDisablesTracingWhenPendingFails()
151 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventTimeoutDisablesTracing()
[all …]
DWifiDiagnosticsTest.java336 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
337 verify(mLastMileLogger).reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
DClientModeImplTest.java2895 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()
2898 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiDiagnostics.java13 public static final byte CONNECTION_EVENT_STARTED = 0; field in BaseWifiDiagnostics
DLastMileLogger.java57 case BaseWifiDiagnostics.CONNECTION_EVENT_STARTED: in reportConnectionEvent()
DClientModeImpl.java3133 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionAttemptStart()