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.java237 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
241 * @see #quitSafely
259 public void quitSafely() { method in class:Looper

Completed in 752 milliseconds