Home | History | Annotate | Download | only in email

Lines Matching defs:Looper

32 import android.os.Looper;
819 * Thread to handle all notification actions through its own {@link Looper}.
824 /** The {@link Looper} that handles messages for this thread */
825 private Looper mLooper;
843 Looper.prepare();
844 mLooper = Looper.myLooper();
848 Looper.loop();
851 public Looper getLooper() {