Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java91 public static final String ACTION_NEW_RAW_CONTACT = "newRawContact"; field in ContactSaveService
323 if (ACTION_NEW_RAW_CONTACT.equals(action)) { in onHandleIntent()
374 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT); in createNewRawContactIntent()