Searched refs:initIntent (Results 1 – 3 of 3) sorted by relevance
105 final Intent initIntent = new Intent(); in testCustomIntentPreservedOnRelaunch() local106 initIntent.setAction(ACTION_VIEW); in testCustomIntentPreservedOnRelaunch()107 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()117 initIntent.filterEquals(newActivity.getIntent())); in testCustomIntentPreservedOnRelaunch()
366 final PendingIntent initIntent = buildInitPendingIntent(vol); in onVolumeMounted() local369 mContext.getString(R.string.ext_media_init_action), initIntent)) in onVolumeMounted()373 .setContentIntent(initIntent) in onVolumeMounted()
846 Intent initIntent = new Intent(RUN_INITIALIZE_ACTION); in BackupManagerService() local847 initIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY); in BackupManagerService()848 mRunInitIntent = PendingIntent.getBroadcast(context, 0, initIntent, 0); in BackupManagerService()