Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java534 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainLooper() local
537 assertEquals(mainThread, Thread.currentThread()); in testMainLooper()
542 final Thread mainThread = Looper.getMainLooper().getThread(); in testMainExecutor() local
544 assertEquals(mainThread, Thread.currentThread()); in testMainExecutor()