Searched refs:ACTION_MANIFEST_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
41 import static android.appenumeration.cts.Constants.ACTION_MANIFEST_ACTIVITY;457 ACTION_MANIFEST_ACTIVITY, this::queryIntentActivities); in queriesNothing_cannotSeeFilters()467 ACTION_MANIFEST_ACTIVITY, this::queryIntentActivities); in queriesActivityAction_canSeeFilters()479 ACTION_MANIFEST_ACTIVITY, this::queryIntentActivities); in queriesNothingHasPermission_canSeeFilters()1601 new Intent(ACTION_MANIFEST_ACTIVITY) in startExplicitIntentViaComponent()1615 new Intent(ACTION_MANIFEST_ACTIVITY).setPackage(targetPackage), in startExplicitIntentViaPackageName()1622 new Intent(ACTION_MANIFEST_ACTIVITY) in startExplicitPermissionProtectedIntentViaComponent()1628 sendCommandBlocking(sourcePackage, TARGET_FILTERS, new Intent(ACTION_MANIFEST_ACTIVITY), in startImplicitIntent()
206 public static final String ACTION_MANIFEST_ACTIVITY = PKG_BASE + "action.ACTIVITY"; field in Constants