Searched refs:mLastMileLogger (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | LastMileLoggerTest.java | 67 mLastMileLogger = new LastMileLogger(mWifiInjector, mTraceDataFile.getPath(), in setUp() 84 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedEnablesTracing() 91 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfReleaseFileIsMissing() 99 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotEnableTracingIfReleaseFileIsMissing() 105 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 116 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotAttemptToReopenReleaseFile() 123 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashIfEnableFileIsMissing() 128 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 129 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_STARTED); in connectionEventStartedDoesNotCrashOnRepeatedCalls() 134 mLastMileLogger.reportConnectionEvent(WLAN0, WifiDiagnostics.CONNECTION_EVENT_SUCCEEDED); in connectionEventSucceededDisablesTracing() [all …]
|
D | WifiDiagnosticsTest.java | 78 @Mock LastMileLogger mLastMileLogger; field in WifiDiagnosticsTest 176 mContext, mWifiInjector, mWifiNative, mBuildProperties, mLastMileLogger, mClock, in setUp() 384 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesStartToLastMileLogger() 395 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesSuccessToLastMileLogger() 406 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesFailureToLastMileLogger() 420 verify(mLastMileLogger).reportConnectionEvent( in reportConnectionEventPropagatesTimeoutToLastMileLogger() 920 verify(mLastMileLogger).dump(anyObject()); 975 mContext, mWifiInjector, mWifiNative, mBuildProperties, mLastMileLogger, mClock,
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiDiagnostics.java | 141 private final LastMileLogger mLastMileLogger; field in WifiDiagnostics 170 mLastMileLogger = lastMileLogger; in WifiDiagnostics() 268 mLastMileLogger.reportConnectionEvent(clientModeManager.getInterfaceName(), event); in reportConnectionEvent() 350 mLastMileLogger.dump(pw); in dump()
|