Searched refs:sTestingActivity (Results 1 – 1 of 1) sorted by relevance
76 private static final AtomicReference<TempActivity> sTestingActivity = new AtomicReference<>(); field in ActivityBlockingActivityTest98 TempActivity testingActivity = sTestingActivity.get(); in tearDown()341 sTestingActivity.set(this); in onCreate()346 sTestingActivity.set(null); in onDestroy()