Home
last modified time | relevance | path

Searched defs:deleteIntent (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java133 Intent deleteIntent = new Intent(BluetoothDevice.ACTION_CONNECTION_ACCESS_REPLY); in onReceive() local
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java142 PendingIntent deleteIntent = PendingIntent.getBroadcast(context, 0, in showNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java782 Intent deleteIntent = new Intent(); in createPbapNotification() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java283 PendingIntent deleteIntent = createDeleteEventIntent(context, eventId, startMillis, in buildBasicNotification() local
469 Intent deleteIntent = new Intent(); in makeDigestNotification() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java659 final Intent deleteIntent = new Intent(NotificationActionIntentService.ACTION_DESTRUCT); in createUndoNotification() local