Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java29 import android.server.wm.ActivityLauncher;
48 ActivityLauncher.launchActivityFromExtras(context, extras, in onReceive()
51 ActivityLauncher.handleSecurityException(context, e); in onReceive()
56 ActivityLauncher.checkActivityStartOnDisplay(context, displayId, componentName); in onReceive()
DVirtualDisplayActivity.java22 import static android.server.wm.ActivityLauncher.KEY_DISPLAY_ID;
23 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
24 import static android.server.wm.ActivityLauncher.KEY_TARGET_COMPONENT;
46 import android.server.wm.ActivityLauncher;
258 ActivityLauncher.launchActivityFromExtras(this, extras); in launchActivity()
DBroadcastReceiverActivity.java38 import android.server.wm.ActivityLauncher;
113 ActivityLauncher.launchActivityFromExtras(BroadcastReceiverActivity.this, extras); in onReceive()
/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DLaunchBroadcastReceiver.java22 import android.server.wm.ActivityLauncher;
31 ActivityLauncher.launchActivityFromExtras(context, intent.getExtras()); in onReceive()
33 ActivityLauncher.handleSecurityException(context, e); in onReceive()
DEmbeddingActivity.java30 import android.server.wm.ActivityLauncher;
67 ActivityLauncher.checkActivityStartOnDisplay(EmbeddingActivity.this, displayId, in onReceive()
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DLaunchingActivity.java22 import android.server.wm.ActivityLauncher;
46 ActivityLauncher.launchActivityFromExtras( in launchActivityFromExtras()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivityLauncher.java32 public final class ActivityLauncher<A extends Activity> { class
38 public ActivityLauncher(@NonNull Context context, @NonNull ActivitiesWatcher watcher, in ActivityLauncher() method in ActivityLauncher
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DActivityLauncher.java32 public final class ActivityLauncher<A extends Activity> { class
38 public ActivityLauncher(@NonNull Context context, @NonNull ActivitiesWatcher watcher, in ActivityLauncher() method in ActivityLauncher
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java45 import static android.server.wm.ActivityLauncher.KEY_ACTIVITY_TYPE;
46 import static android.server.wm.ActivityLauncher.KEY_DISPLAY_ID;
47 import static android.server.wm.ActivityLauncher.KEY_INTENT_EXTRAS;
48 import static android.server.wm.ActivityLauncher.KEY_INTENT_FLAGS;
49 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
50 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_TO_SIDE;
51 import static android.server.wm.ActivityLauncher.KEY_MULTIPLE_INSTANCES;
52 import static android.server.wm.ActivityLauncher.KEY_MULTIPLE_TASK;
53 import static android.server.wm.ActivityLauncher.KEY_NEW_TASK;
54 import static android.server.wm.ActivityLauncher.KEY_RANDOM_DATA;
[all …]
DActivityLauncher.java39 public class ActivityLauncher { class
40 public static final String TAG = ActivityLauncher.class.getSimpleName();
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityStarterTests.java40 import android.server.wm.ActivityLauncher;
504 ActivityLauncher.launchActivityFromExtras(this, intent.getExtras()); in onCreate()
511 ActivityLauncher.launchActivityFromExtras(this, intent.getExtras()); in onNewIntent()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySecurityTests.java407 final String component = ActivityLauncher.TAG; in assertActivityStartCheckResult()
410 if (extras.containsKey(ActivityLauncher.KEY_IS_ACTIVITY_START_ALLOWED_ON_DISPLAY)) { in assertActivityStartCheckResult()
412 .getBoolean(ActivityLauncher.KEY_IS_ACTIVITY_START_ALLOWED_ON_DISPLAY)); in assertActivityStartCheckResult()
696 final String component = ActivityLauncher.TAG; in assertSecurityExceptionFromActivityLauncher()
698 if (ActivityLauncher.hasCaughtSecurityException()) { in assertSecurityExceptionFromActivityLauncher()
DMultiDisplayActivityLaunchTests.java24 import static android.server.wm.ActivityLauncher.KEY_LAUNCH_ACTIVITY;
25 import static android.server.wm.ActivityLauncher.KEY_NEW_TASK;
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java66 import com.android.compatibility.common.util.ActivityLauncher;
157 final ActivityLauncher<LoginActivity> anotherActivityLauncher = new ActivityLauncher<>( in testLaunchAnotherActivity()
191 final ActivityLauncher<LoginActivity> anotherActivityLauncher = new ActivityLauncher<>( in testLaunchAnotherActivity_onTopOfIt()
1150 final ActivityLauncher<CustomViewActivity> launcher2 = new ActivityLauncher<>( in setContentCaptureFeatureEnabledTest_disabledThenReEnabled()
1237 final ActivityLauncher<LoginActivity> launcher = new ActivityLauncher<>( in getContentCaptureManagerHack()