Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java339 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_URI, in startActivityWithNoPermissionUri_canSeeProvider()
345 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_URI, in startActivityWithNoPermissionUri_canSeeProvider()
361 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_PERM_URI, in startActivityWithUri_canSeePermissionProtectedProvider()
370 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, QUERIES_NOTHING_RECEIVES_PERM_URI, in startActivityWithUri_canSeePermissionProtectedProvider()
385 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, in startActivityWithUriGrant_cannotSeeProviderAfterUpdated()
410 startExplicitActivityWithIntent(QUERIES_NOTHING_PERM, in startActivityWithPersistableUriGrant_canSeeProviderAfterUpdated()
427 private void startExplicitActivityWithIntent( in startExplicitActivityWithIntent() method in AppEnumerationTests