Searched refs:activityIntent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | CameraEvictionTest.java | 372 Intent activityIntent = new Intent(a, CameraCtsActivity.class); in forceCtsActivityToTop() local 373 activityIntent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); in forceCtsActivityToTop() 374 a.startActivity(activityIntent); in forceCtsActivityToTop() 435 Intent activityIntent = new Intent(a, klass); in startRemoteProcess() local 436 a.startActivity(activityIntent); in startRemoteProcess()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 832 final Intent activityIntent = new Intent(); in testBackgroundCheckActivityService() local 833 activityIntent.setClassName(SIMPLE_PACKAGE_NAME, in testBackgroundCheckActivityService() 835 activityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testBackgroundCheckActivityService() 858 activityIntent.putExtra("service", mServiceIntent); in testBackgroundCheckActivityService() 859 mContext.startActivity(activityIntent); in testBackgroundCheckActivityService() 1095 final Intent activityIntent = new Intent(); in testCantSaveStateLaunchAndBackground() local 1096 activityIntent.setPackage(CANT_SAVE_STATE_1_PACKAGE_NAME); in testCantSaveStateLaunchAndBackground() 1097 activityIntent.setAction(Intent.ACTION_MAIN); in testCantSaveStateLaunchAndBackground() 1098 activityIntent.addCategory(Intent.CATEGORY_LAUNCHER); in testCantSaveStateLaunchAndBackground() 1099 activityIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testCantSaveStateLaunchAndBackground() [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerTest.java | 70 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME); in testQuery() local 74 new ComponentName(PACKAGE_NAME, cmpActivityName), null, activityIntent, 0); in testQuery() 79 new ComponentName(PACKAGE_NAME, ACTIVITY_NAME), null, activityIntent, 0); in testQuery() 84 mPackageManager.queryIntentActivities(activityIntent, 0); in testQuery()
|