Searched defs:quitSafely (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DHandlerThread.java114 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
121 * @see #quitSafely
150 public boolean quitSafely() { method in class:HandlerThread
153 looper.quitSafely();
H A DLooper.java261 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
265 * @see #quitSafely
283 public void quitSafely() { method in class:Looper

Completed in 266 milliseconds