Searched refs:BaseWifiDiagnostics (Results 1 – 9 of 9) 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()125 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDisablesTracing()132 mLastMileLogger.reportConnectionEvent(BaseWifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDoesNotCrashIfEnableFileIsMissing()[all …]
74 @Mock BaseWifiDiagnostics mWifiDiagnostics;
371 @Mock BaseWifiDiagnostics mWifiDiagnostics;2726 eq(BaseWifiDiagnostics.CONNECTION_EVENT_TIMEOUT)); in testCmdDiagsConnectTimeoutIsGeneratedAfterCmdStartConnect()2742 eq(BaseWifiDiagnostics.CONNECTION_EVENT_TIMEOUT)); in testCmdDiagsConnectTimeoutIsNotProcessedBeforeTimerExpires()2749 eq(BaseWifiDiagnostics.CONNECTION_EVENT_TIMEOUT)); in verifyConnectionEventTimeoutDoesNotOccur()
52 case BaseWifiDiagnostics.CONNECTION_EVENT_STARTED: in reportConnectionEvent()55 case BaseWifiDiagnostics.CONNECTION_EVENT_SUCCEEDED: in reportConnectionEvent()58 case BaseWifiDiagnostics.CONNECTION_EVENT_FAILED: in reportConnectionEvent()62 case BaseWifiDiagnostics.CONNECTION_EVENT_TIMEOUT: in reportConnectionEvent()
10 public class BaseWifiDiagnostics { class22 public BaseWifiDiagnostics(WifiNative wifiNative) { in BaseWifiDiagnostics() method in BaseWifiDiagnostics
147 private final BaseWifiDiagnostics mWifiDiagnostics;573 public BaseWifiDiagnostics getWifiDiagnostics() { in getWifiDiagnostics()
60 private BaseWifiDiagnostics mWifiDiagnostics;
49 class WifiDiagnostics extends BaseWifiDiagnostics {
201 private BaseWifiDiagnostics mWifiDiagnostics;3710 BaseWifiDiagnostics.CONNECTION_EVENT_TIMEOUT); in processMessage()