Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java334 final PendingIntent initIntent = buildInitPendingIntent(vol); in onVolumeMounted() local
337 mContext.getString(R.string.ext_media_init_action), initIntent)) in onVolumeMounted()
341 .setContentIntent(initIntent) in onVolumeMounted()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1065 Intent initIntent = new Intent(RUN_INITIALIZE_ACTION); in BackupManagerService() local
1067 mRunInitIntent = PendingIntent.getBroadcast(context, MSG_RUN_INITIALIZE, initIntent, 0); in BackupManagerService()