Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerTestHelper.java125 if (mLocalActivityManager.getCurrentActivity().isFinishing()){ in testDispatchDestroy()
144 if (!mLocalActivityManager.getCurrentActivity().isFinishing()){ in testDispatchDestroy()
211 if (mLocalActivityManager.getCurrentActivity() == null) { in testDispatchStop()
293 .getCurrentActivity()) { in testStartActivity()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedLoginActivityTest.java719 currentActivity = LoginActivity.getCurrentActivity();
733 currentActivity = LoginActivity.getCurrentActivity();
747 currentActivity = LoginActivity.getCurrentActivity();
761 currentActivity = LoginActivity.getCurrentActivity();
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivity.java90 public static <T extends LoginActivity> T getCurrentActivity() { in getCurrentActivity() method in LoginActivity