/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | LaunchBroadcastReceiver.java | 29 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()
|
D | VirtualDisplayActivity.java | 22 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()
|
D | BroadcastReceiverActivity.java | 38 import android.server.wm.ActivityLauncher; 113 ActivityLauncher.launchActivityFromExtras(BroadcastReceiverActivity.this, extras); in onReceive()
|
/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/ |
D | LaunchBroadcastReceiver.java | 22 import android.server.wm.ActivityLauncher; 31 ActivityLauncher.launchActivityFromExtras(context, intent.getExtras()); in onReceive() 33 ActivityLauncher.handleSecurityException(context, e); in onReceive()
|
D | EmbeddingActivity.java | 30 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/ |
D | LaunchingActivity.java | 22 import android.server.wm.ActivityLauncher; 46 ActivityLauncher.launchActivityFromExtras( in launchActivityFromExtras()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | ActivityLauncher.java | 32 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/ |
D | ActivityLauncher.java | 32 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/ |
D | ActivityManagerTestBase.java | 45 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 …]
|
D | ActivityLauncher.java | 39 public class ActivityLauncher { class 40 public static final String TAG = ActivityLauncher.class.getSimpleName();
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/ |
D | ActivityStarterTests.java | 40 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/ |
D | MultiDisplaySecurityTests.java | 407 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()
|
D | MultiDisplayActivityLaunchTests.java | 24 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/ |
D | ChildlessActivityTest.java | 66 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()
|