Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1613 Thread topStateThread = null; in runExemptionTestOnce() local
1616 topStateThread = new Thread(() -> { in runExemptionTestOnce()
1631 topStateThread.start(); in runExemptionTestOnce()
1690 if (topStateThread != null) { in runExemptionTestOnce()
1691 topStateThread.join(); in runExemptionTestOnce()