Home
last modified time | relevance | path

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

/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/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java113 final Intent startIntent = data.getParcelable(EXTRA_INTENT); in handleCommand() local
115 startActivity(startIntent); in handleCommand()
117 Log.w(getTag(), "Failed to startActivity: " + startIntent, e); in handleCommand()
/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.java147 …final Intent startIntent = new Intent(BleCocServerTestBaseActivity.this, BleCocServerService.class…
227 startIntent.setAction(newAction);
229 startService(startIntent);
DBleClientTestBaseActivity.java219 … final Intent startIntent = new Intent(BleClientTestBaseActivity.this, BleClientService.class);
393 startIntent.setAction(newAction);
409 startService(startIntent);
417 startService(startIntent);
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java133 final Intent startIntent = new Intent(); in startActivityFromTestLauncher() local
134 startIntent.setComponent(componentName); in startActivityFromTestLauncher()
135 startIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startActivityFromTestLauncher()
136 fillExtra.accept(startIntent); in startActivityFromTestLauncher()
137 data.putParcelable(EXTRA_INTENT, startIntent); in startActivityFromTestLauncher()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DPipActivity.java99 Intent startIntent = new Intent(PipActivity.this, PipActivity.class);
100 startIntent.setFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT);
101 startActivity(startIntent);