Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLoggerTest.java96 mWifiLogger.startLogging(verbosityToggle); in startLoggingRegistersLogEventHandler()
110 mWifiLogger.startLogging(verbosityToggle); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()
115 mWifiLogger.startLogging(verbosityToggle); in startLoggingRegistersLogEventHandlerIfPriorAttemptFailed()
126 mWifiLogger.startLogging(verbosityToggle); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()
130 mWifiLogger.startLogging(verbosityToggle); in startLoggingDoesNotRegisterLogEventHandlerIfPriorAttemptSucceeded()
144 mWifiLogger.startLogging(verbosityToggle); in startLoggingStopsAndRestartsRingBufferLogging()
159 mWifiLogger.startLogging(verbosityToggle); in stopLoggingResetsLogHandlerIfHandlerWasRegistered()
180 mWifiLogger.startLogging(verbosityToggle); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()
198 mWifiLogger.startLogging(verbosityToggle); in canCaptureAndStoreRingBufferData()
215 mWifiLogger.startLogging(verbosityToggle); in loggerDiscardsExtraneousData()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiLogger.java18 public synchronized void startLogging(boolean verboseEnabled) { in startLogging() method in BaseWifiLogger
DWifiLogger.java118 public synchronized void startLogging(boolean verboseEnabled) { in startLogging() method in WifiLogger
DWifiStateMachine.java1316 mWifiLogger.startLogging(DBG); in updateLoggingLevel()
4665 mWifiLogger.startLogging(DBG); in enter()