Searched refs:mainThread (Results 1 – 2 of 2) sorted by relevance
43 private val mainThread: Thread = Looper.getMainLooper().thread constant in android.app.cts.wallpapers.TestWallpaperService304 .that(callerThread).isSameInstanceAs(mainThread) in assertMainThread()
640 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainLooper() local643 assertEquals(mainThread, Thread.currentThread()); in testMainLooper()649 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainExecutor() local651 assertEquals(mainThread, Thread.currentThread()); in testMainExecutor()