Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java149 public static final String ACTION_UNDO = "undo"; field in ContactSaveService
359 } else if (ACTION_UNDO.equals(action)) { in onHandleIntent()
885 serviceIntent.setAction(ContactSaveService.ACTION_UNDO); in createUndoIntent()