Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/contact/
DContactUpdateService.java28 public class ContactUpdateService extends IntentService { class
32 public ContactUpdateService() { in ContactUpdateService() method in ContactUpdateService
33 super(ContactUpdateService.class.getSimpleName()); in ContactUpdateService()
39 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent()
/packages/apps/Dialer/src/com/android/dialer/interactions/
DPhoneNumberInteraction.java54 import com.android.dialer.contact.ContactUpdateService;
247 final Intent serviceIntent = ContactUpdateService.createSetSuperPrimaryIntent( in onClick()