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

/frameworks/base/core/java/android/os/
H A DHandlerThread.java98 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
105 * @see #quitSafely
134 public boolean quitSafely() { method in class:HandlerThread
137 looper.quitSafely();
H A DLooper.java210 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
214 * @see #quitSafely
232 public void quitSafely() { method in class:Looper

Completed in 59 milliseconds