Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java95 public static final String ACTION_CREATE_GROUP = "createGroup"; field in ContactSaveService
196 } else if (ACTION_CREATE_GROUP.equals(action)) { in onHandleIntent()
553 serviceIntent.setAction(ContactSaveService.ACTION_CREATE_GROUP); in createNewGroupIntent()