Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/pm/
H A DActivityBlockingActivityTest.java76 private static final AtomicReference<TempActivity> sTestingActivity = new AtomicReference<>(); field in ActivityBlockingActivityTest
98 TempActivity testingActivity = sTestingActivity.get(); in tearDown()
341 sTestingActivity.set(this); in onCreate()
346 sTestingActivity.set(null); in onDestroy()