Searched refs:ACTION_START_DIRECTLY (Results 1 – 3 of 3) sorted by relevance
54 import static android.appenumeration.cts.Constants.ACTION_START_DIRECTLY;431 ACTION_START_DIRECTLY); in startExplicitActivityWithIntent()1603 ACTION_START_DIRECTLY); in startExplicitIntentViaComponent()1610 ACTION_START_DIRECTLY); in startExplicitIntentNotExportedViaComponent()1616 ACTION_START_DIRECTLY); in startExplicitIntentViaPackageName()1624 ACTION_START_DIRECTLY); in startExplicitPermissionProtectedIntentViaComponent()1629 ACTION_START_DIRECTLY); in startImplicitIntent()
223 public static final String ACTION_START_DIRECTLY = PKG_BASE + "cts.action.START_DIRECTLY"; field in Constants
33 import static android.appenumeration.cts.Constants.ACTION_START_DIRECTLY;213 } else if (ACTION_START_DIRECTLY.equals(action)) { in handleIntent()