Searched refs:ACTION_DELETE (Results 1 – 5 of 5) sorted by relevance
55 private static final int ACTION_DELETE = 3; field in SeriesRecordingDetailsFragment176 ACTION_DELETE, in onCreateActionsAdapter()181 mActionsAdapter.set(ACTION_DELETE, mDeleteAction); in onCreateActionsAdapter()212 } else if (action.getId() == ACTION_DELETE) { in onCreateOnActionClickedListener()267 if (mActionsAdapter.lookup(ACTION_DELETE) == null) {268 mActionsAdapter.set(ACTION_DELETE, mDeleteAction);291 mActionsAdapter.clear(ACTION_DELETE);
50 public static final String ACTION_DELETE = "com.android.mail.action.notification.DELETE"; field in NotificationActionIntentService78 } else if (ACTION_DELETE.equals(intentAction)) { in logNotificationAction()135 } else if (ACTION_ARCHIVE_REMOVE_LABEL.equals(action) || ACTION_DELETE.equals(action)) { in onHandleIntent()
40 if (Intent.ACTION_DELETE.equals(action)) { in onHandleIntent()
104 final Intent intent = new Intent(Intent.ACTION_DELETE); in onDiscardResult()
400 final String intentAction = NotificationActionIntentService.ACTION_DELETE; in getNotificationActionPendingIntent()451 : NotificationActionIntentService.ACTION_DELETE; in getWearNotificationActionPendingIntent()