HomeSort by relevance Sort by last modified time
    Searched refs:quitSafely (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
HandlerThread.java 98 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
105 * @see #quitSafely
134 public boolean quitSafely() {
137 looper.quitSafely();
Looper.java 212 * before the looper terminates. Consider using {@link #quitSafely} instead to ensure
216 * @see #quitSafely
234 public void quitSafely() {

Completed in 37 milliseconds