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.java33 * @UiThread
40 public @interface UiThread { interface
/frameworks/base/services/core/java/com/android/server/
H A DUiThread.java26 public final class UiThread extends ServiceThread { class in inherits:ServiceThread
27 private static UiThread sInstance;
30 private UiThread() { method in class:UiThread
36 sInstance = new UiThread();
42 public static UiThread get() {
43 synchronized (UiThread.class) {
50 synchronized (UiThread.class) {

Completed in 172 milliseconds