Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestWallpaperService.kt43 private val mainThread: Thread = Looper.getMainLooper().thread constant in android.app.cts.wallpapers.TestWallpaperService
304 .that(callerThread).isSameInstanceAs(mainThread) in assertMainThread()
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java640 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainLooper() local
643 assertEquals(mainThread, Thread.currentThread()); in testMainLooper()
649 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainExecutor() local
651 assertEquals(mainThread, Thread.currentThread()); in testMainExecutor()