Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java76 import static android.appenumeration.cts.Constants.QUERIES_NOTHING_RECEIVES_PERM_URI;
354 uninstallPackage(QUERIES_NOTHING_RECEIVES_PERM_URI); in startActivityWithUri_canSeePermissionProtectedProvider()
357 assertNotVisible(QUERIES_NOTHING_RECEIVES_PERM_URI, QUERIES_NOTHING_PERM); in startActivityWithUri_canSeePermissionProtectedProvider()
361 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_PERM_URI, in startActivityWithUri_canSeePermissionProtectedProvider()
367 assertNotVisible(QUERIES_NOTHING_RECEIVES_PERM_URI, QUERIES_NOTHING_PERM); in startActivityWithUri_canSeePermissionProtectedProvider()
370 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_PERM_URI, in startActivityWithUri_canSeePermissionProtectedProvider()
376 assertVisible(QUERIES_NOTHING_RECEIVES_PERM_URI, QUERIES_NOTHING_PERM); in startActivityWithUri_canSeePermissionProtectedProvider()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java67 public static final String QUERIES_NOTHING_RECEIVES_PERM_URI = field in Constants