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

/frameworks/base/core/java/android/annotation/
H A DUiThread.java38 * @UiThread
50 public @interface UiThread { interface
/frameworks/support/annotations/src/main/java/androidx/annotation/
H A DUiThread.java35 * @UiThread
51 public @interface UiThread { interface
/frameworks/base/services/core/java/com/android/server/
H A DUiThread.java29 public final class UiThread extends ServiceThread { class in inherits:ServiceThread
32 private static UiThread sInstance;
35 private UiThread() { method in class:UiThread
41 // Make sure UiThread is in the fg stune boost group
48 sInstance = new UiThread();
58 public static UiThread get() {
59 synchronized (UiThread.class) {
66 synchronized (UiThread.class) {

Completed in 107 milliseconds