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.java145 public static final String ACTION_UNDO = "undo"; field in ContactSaveService
355 } else if (ACTION_UNDO.equals(action)) { in onHandleIntent()
881 serviceIntent.setAction(ContactSaveService.ACTION_UNDO); in createUndoIntent()