HomeSort by relevance Sort by last modified time
    Searched defs:stopLogging (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
BaseWifiLogger.java 29 public synchronized void stopLogging() { }
WifiLogger.java 179 public synchronized void stopLogging() {
WifiStateMachine.java     [all...]
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 37 * and {@link #stopLogging()}.
100 stopLogging();
131 public void stopLogging() {
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/java/com/android/multiwindowplayground/activities/
LoggingActivity.java 37 * and {@link #stopLogging()}.
100 stopLogging();
131 public void stopLogging() {
  /development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
LoggingActivity.java 37 * and {@link #stopLogging()}.
100 stopLogging();
131 public void stopLogging() {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLoggerTest.java 170 /** Verifies that, if a log handler was registered, then stopLogging() resets it. */
179 mWifiLogger.stopLogging();
183 /** Verifies that, if a log handler is not registered, stopLogging() skips resetLogHandler(). */
187 mWifiLogger.stopLogging();
191 /** Verifies that stopLogging() remembers that we've reset the log handler. */
201 mWifiLogger.stopLogging();
205 mWifiLogger.stopLogging();

Completed in 844 milliseconds