Home
last modified time | relevance | path

Searched refs:initIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityThreadTest.java149 final Intent initIntent = new Intent(); in testCustomIntentPreservedOnRelaunch() local
150 initIntent.setAction(ACTION_VIEW); in testCustomIntentPreservedOnRelaunch()
151 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()
161 initIntent.filterEquals(newActivity.getIntent())); in testCustomIntentPreservedOnRelaunch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java381 final PendingIntent initIntent = buildInitPendingIntent(vol); in onVolumeMounted() local
392 mContext.getString(R.string.ext_media_init_action), initIntent)) in onVolumeMounted()
396 .setContentIntent(initIntent) in onVolumeMounted()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java648 Intent initIntent = new Intent(RUN_INITIALIZE_ACTION); in UserBackupManagerService() local
649 initIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in UserBackupManagerService()
654 initIntent, in UserBackupManagerService()