Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityThreadTest.java157 final Intent initIntent = new Intent(); in testCustomIntentPreservedOnRelaunch() local
158 initIntent.setAction(ACTION_VIEW); in testCustomIntentPreservedOnRelaunch()
159 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()
169 initIntent.filterEquals(newActivity.getIntent())); in testCustomIntentPreservedOnRelaunch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java408 final PendingIntent initIntent = buildInitPendingIntent(vol); in onVolumeMounted() local
419 mContext.getString(R.string.ext_media_init_action), initIntent)) in onVolumeMounted()
423 .setContentIntent(initIntent) in onVolumeMounted()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java625 Intent initIntent = new Intent(RUN_INITIALIZE_ACTION); in UserBackupManagerService() local
626 initIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in UserBackupManagerService()
631 initIntent, in UserBackupManagerService()