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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java81 public static final String ACTION_NEW_RAW_CONTACT = "newRawContact"; field in class:ContactSaveService
189 if (ACTION_NEW_RAW_CONTACT.equals(action)) {
233 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT);

Completed in 32 milliseconds