Home
last modified time | relevance | path

Searched refs:setTestThread (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
H A DAssert.java32 setTestThread(testLooper == null ? null : testLooper.getThread()); in setTestableLooper()
36 public static void setTestThread(Thread thread) { in setTestThread() method in Assert
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttachedTest.kt71 Assert.setTestThread(Thread.currentThread())
93 Assert.setTestThread(null)
102 Assert.setTestThread(null)