Searched refs:deleteAction (Results 1 – 3 of 3) sorted by relevance
242 Notification.Action deleteAction = task.createDeleteAction(mContext, in testDeleteActionExtras() local246 Intent intent = deleteAction.actionIntent.getIntent(); in testDeleteActionExtras()251 assertEquals(deleteAction.title, ScreenshotController.ACTION_TYPE_DELETE); in testDeleteActionExtras()
181 mImageData.deleteAction = createDeleteAction(mContext, mContext.getResources(), uri, in doInBackground()360 PendingIntent deleteAction = PendingIntent.getBroadcast(context, requestCode,372 r.getString(com.android.internal.R.string.delete), deleteAction);
179 public Notification.Action deleteAction; field in ScreenshotController.SavedImageData201 deleteAction = null; in reset()