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.java171 public static final String ACTION_JUST_FINISH = PKG_BASE + "cts.action.JUST_FINISH"; field in Constants
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java35 import static android.appenumeration.cts.Constants.ACTION_JUST_FINISH;
284 new Intent(ACTION_JUST_FINISH) in startActivityWithNoPermissionUri_canSeeProvider()
290 new Intent(ACTION_JUST_FINISH) in startActivityWithNoPermissionUri_canSeeProvider()
302 new Intent(ACTION_JUST_FINISH) in startActivityWithUri_canSeePermissionProtectedProvider()
308 new Intent(ACTION_JUST_FINISH) in startActivityWithUri_canSeePermissionProtectedProvider()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java26 import static android.appenumeration.cts.Constants.ACTION_JUST_FINISH;
187 } else if (ACTION_JUST_FINISH.equals(action)) { in handleIntent()