Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/app/cts/
DCarActivityManagerTest.java136 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testSetPersistentActivity() local
139 startIntent, /* option */ null); in testSetPersistentActivity()
156 startIntent, /* option */ null); in testSetPersistentActivity()
206 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testMoveRootTaskToDisplay() local
209 startIntent, /* option */ null); in testMoveRootTaskToDisplay()
232 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testGetVisibleTasks() local
235 startIntent, /* option */ null); in testGetVisibleTasks()
257 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testGetVisibleTasksByDisplayId() local
261 startIntent, options.toBundle()); in testGetVisibleTasksByDisplayId()
275 Intent startIntent = Intent.makeMainActivity(mTestActivity) in getCarTaskViewController() local
[all …]
DCarTaskViewControllerTest.java109 Intent startIntent = Intent.makeMainActivity(mTestActivity) in setUp() local
112 startIntent, /* option */ null); in setUp()
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
DPipModeTestPlayerListener.java65 Intent startIntent = new Intent(mActivity, MainActivity.class); in onEventsMediaItemTransition() local
66 startIntent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT); in onEventsMediaItemTransition()
67 mActivity.startActivity(startIntent); in onEventsMediaItemTransition()
DSplitScreenTestPlayerListener.java66 Intent startIntent = new Intent(mActivity, MainActivity.class); in onEventsMediaItemTransition() local
67 startIntent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT); in onEventsMediaItemTransition()
68 mActivity.startActivity(startIntent); in onEventsMediaItemTransition()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java109 final Intent startIntent = new Intent(sContext, OutOfProcessActivity.class) in launchOutOfProcessActivity() local
111 startIntent.putExtra(extraPendingIntent, pendingIntent); in launchOutOfProcessActivity()
112 startIntent.putExtra(EXTRA_ACTION, startAction); in launchOutOfProcessActivity()
113 sContext.startActivity(startIntent); in launchOutOfProcessActivity()
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/
DContextHelperTest.java86 Intent startIntent = new Intent(mContext, SingleUseActivity.class); in testStartActivityAsUser() local
87 ComponentName testActivityName = startIntent.getComponent(); in testStartActivityAsUser()
92 ContextHelper.startActivityAsUser(mContext, startIntent, in testStartActivityAsUser()
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java116 final Intent startIntent = data.getParcelable(EXTRA_INTENT); in handleCommand() local
118 startActivity(startIntent, options); in handleCommand()
120 Log.w(getTag(), "Failed to startActivity: " + startIntent, e); in handleCommand()
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/view/
DSurfaceControlHelperTest.java92 Intent startIntent = new Intent(mContext, type).addFlags(FLAG_ACTIVITY_NEW_TASK); in launchTestActivity() local
94 .startActivitySync(startIntent, /* options = */ null); in launchTestActivity()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleCocClientTestBaseActivity.java171 …final Intent startIntent = new Intent(BleCocClientTestBaseActivity.this, BleCocClientService.class…
265 startIntent.setAction(newAction);
281 startService(startIntent);
289 startService(startIntent);
DBleCocServerTestBaseActivity.java149 …final Intent startIntent = new Intent(BleCocServerTestBaseActivity.this, BleCocServerService.class…
229 startIntent.setAction(newAction);
231 startService(startIntent);
DBleClientTestBaseActivity.java238 final Intent startIntent = new Intent(BleClientTestBaseActivity.this,
431 startIntent.setAction(newAction);
447 startService(startIntent);
455 startService(startIntent);
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
DTaskInfoHelperTest.java160 Intent startIntent = new Intent(mTargetContext, TaskInfoTestActivity.class) in launchTestActivity() local
164 .startActivitySync(startIntent, /* options= */null); in launchTestActivity()
DActivityManagerHelperTest.java411 Intent startIntent = new Intent(mContext, type) in launchTestActivity() local
415 .startActivitySync(startIntent, /* options = */ null); in launchTestActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java159 final Intent startIntent = new Intent(); in startActivityFromStarter() local
160 startIntent.setComponent(componentName); in startActivityFromStarter()
161 startIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivityFromStarter()
162 fillExtra.accept(startIntent); in startActivityFromStarter()
163 data.putParcelable(EXTRA_INTENT, startIntent); in startActivityFromStarter()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java127 Intent startIntent = new Intent(PipActivity.this, PipActivity.class);
128 startIntent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
129 startActivity(startIntent);