Searched refs:CONNECTION_EVENT_STARTED (Results 1 – 6 of 6) sorted by relevance
75 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 …]
336 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()337 verify(mLastMileLogger).reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionEventPropagatesStartToLastMileLogger()
2895 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()2898 eq(WifiDiagnostics.CONNECTION_EVENT_STARTED)); in testReportConnectionEventIsCalledAfterCmdStartConnect()
13 public static final byte CONNECTION_EVENT_STARTED = 0; field in BaseWifiDiagnostics
57 case BaseWifiDiagnostics.CONNECTION_EVENT_STARTED: in reportConnectionEvent()
3133 mWifiDiagnostics.reportConnectionEvent(WifiDiagnostics.CONNECTION_EVENT_STARTED); in reportConnectionAttemptStart()