Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/interactions/
H A 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()
H A DPhoneNumberInteraction.java570 ContactUpdateService.createSetSuperPrimaryIntent(activity, phoneItem.id); in onClick()