Searched defs:UiThread (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/annotation/
H A DUiThread.java33 * @UiThread
41 public @interface UiThread { interface
/frameworks/support/annotations/src/android/support/annotation/
H A DUiThread.java34 * @UiThread
42 public @interface UiThread { interface
/frameworks/base/services/core/java/com/android/server/
H A DUiThread.java27 public final class UiThread extends ServiceThread { class in inherits:ServiceThread
28 private static UiThread sInstance;
31 private UiThread() { method in class:UiThread
37 sInstance = new UiThread();
44 public static UiThread get() {
45 synchronized (UiThread.class) {
52 synchronized (UiThread.class) {

Completed in 3931 milliseconds