Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/interactions/
DContactUpdateService.java25 public class ContactUpdateService extends IntentService { class
29 public ContactUpdateService() { in ContactUpdateService() method in ContactUpdateService
30 super(ContactUpdateService.class.getSimpleName()); in ContactUpdateService()
36 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent()
DPhoneNumberInteraction.java570 ContactUpdateService.createSetSuperPrimaryIntent(activity, phoneItem.id); in onClick()