/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | Assert.java | 29 public static Looper sMainLooper = Looper.getMainLooper(); field in Assert 32 if (!sMainLooper.isCurrentThread()) { in isMainThread() 38 if (sMainLooper.isCurrentThread()) { in isNotMainThread()
|
/frameworks/layoutlib/bridge/src/android/os/ |
D | Looper_Accessor.java | 29 Field sMainLooper = Looper.class.getDeclaredField("sMainLooper"); in cleanupThread() local 30 sMainLooper.setAccessible(true); in cleanupThread() 31 sMainLooper.set(null, null); in cleanupThread()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/ |
D | KeepAwakeAnimationListenerTest.java | 48 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setup() 66 Assert.sMainLooper = Looper.getMainLooper(); in initThrows_onNonMainThread()
|
/frameworks/base/core/java/android/os/ |
D | Looper.java | 74 private static Looper sMainLooper; // guarded by Looper.class field in Looper 124 if (sMainLooper != null) { in prepareMainLooper() 127 sMainLooper = myLooper(); in prepareMainLooper() 136 return sMainLooper; in getMainLooper()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardPresentationTest.java | 39 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in testInflation_doesntCrash()
|
D | KeyguardStatusViewTest.java | 53 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | KeyguardSliceViewTest.java | 54 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ExpandHelperTest.java | 51 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | SysuiTestCase.java | 84 Assert.sMainLooper = Looper.getMainLooper(); in SysuiTeardown()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapperTest.java | 51 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setup()
|
D | NotificationCustomViewWrapperTest.java | 46 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | NotificationMediaTemplateViewWrapperTest.java | 67 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | AboveShelfObserverTest.java | 49 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | NotificationFilterTest.java | 80 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainerTest.java | 47 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | NotificationRoundnessManagerTest.java | 68 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | NotificationStackScrollLayoutTest.java | 133 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceControllerTest.java | 67 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | KeyguardBouncerTest.java | 96 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 77 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBlockingHelperManagerTest.java | 74 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | ExpandableNotificationRowTest.java | 83 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
D | NotificationGutsManagerTest.java | 114 Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationViewHierarchyManagerTest.java | 96 Assert.sMainLooper = mTestableLooper.getLooper(); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 114 com.android.systemui.util.Assert.sMainLooper = TestableLooper.get(this).getLooper(); in setUp()
|