Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java224 public static final String ACTION_JUST_FINISH = PKG_BASE + "cts.action.JUST_FINISH"; field in Constants
DTestActivity.java26 import static android.appenumeration.cts.Constants.ACTION_JUST_FINISH;
221 } else if (ACTION_JUST_FINISH.equals(action)) { in handleIntent()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java40 import static android.appenumeration.cts.Constants.ACTION_JUST_FINISH;
340 new Intent(ACTION_JUST_FINISH) in startActivityWithNoPermissionUri_canSeeProvider()
346 new Intent(ACTION_JUST_FINISH) in startActivityWithNoPermissionUri_canSeeProvider()
362 new Intent(ACTION_JUST_FINISH) in startActivityWithUri_canSeePermissionProtectedProvider()
371 new Intent(ACTION_JUST_FINISH) in startActivityWithUri_canSeePermissionProtectedProvider()
387 new Intent(ACTION_JUST_FINISH) in startActivityWithUriGrant_cannotSeeProviderAfterUpdated()