Home
last modified time | relevance | path

Searched refs:WifiLogger (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLoggerTest.java55 WifiLogger mWifiLogger;
88 mWifiLogger = new WifiLogger(mWsm, mWifiNative, mBuildProperties); in setUp()
146 eq(WifiLogger.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLogging()
149 eq(WifiLogger.VERBOSE_NORMAL_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLogging()
200 final byte[] data = new byte[WifiLogger.RING_BUFFER_BYTE_LIMIT_SMALL]; in canCaptureAndStoreRingBufferData()
202 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_NONE); in canCaptureAndStoreRingBufferData()
217 final byte[] data1 = new byte[WifiLogger.RING_BUFFER_BYTE_LIMIT_SMALL]; in loggerDiscardsExtraneousData()
221 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_NONE); in loggerDiscardsExtraneousData()
529 mFakeRbs, new byte[WifiLogger.RING_BUFFER_BYTE_LIMIT_SMALL + 1]);
530 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_NONE);
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java44 class WifiLogger extends BaseWifiLogger { class
108 public WifiLogger( in WifiLogger() method in WifiLogger
361 WifiLogger.this.onRingBufferData(status, buffer);
366 WifiLogger.this.onWifiAlert(errorCode, buffer);
DFrameworkFacade.java53 return new WifiLogger(stateMachine, wifiNative, buildProperties); in makeRealLogger()
DWifiStateMachine.java2325 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_USER_ACTION); in dump()
3689 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_DHCP_FAILURE); in handleIPv4Failure()
5312 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_ASSOC_FAILURE); in processMessage()
5341 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_AUTH_FAILURE); in processMessage()
6866 mWifiLogger.captureBugReportData(WifiLogger.REPORT_REASON_AUTOROAM_FAILURE); in processMessage()
6984 WifiLogger.REPORT_REASON_AUTOROAM_FAILURE); in processMessage()
7127 WifiLogger.REPORT_REASON_UNEXPECTED_DISCONNECT); in processMessage()