Searched refs:DIRECT_ACTIONS_KEY_CANCEL_CALLBACK (Results 1 – 3 of 3) sorted by relevance
127 Utils.DIRECT_ACTIONS_KEY_CANCEL_CALLBACK); in onPerformDirectAction()
220 arguments.putParcelable(Utils.DIRECT_ACTIONS_KEY_CANCEL_CALLBACK, cancelCallback); in performDirectActionAndCancel()
158 public static final String DIRECT_ACTIONS_KEY_CANCEL_CALLBACK = "cancelCallback"; field in Utils