Searched refs:ContactUpdateService (Results 1 – 2 of 2) sorted by relevance
25 public class ContactUpdateService extends IntentService { class29 public ContactUpdateService() { in ContactUpdateService() method in ContactUpdateService30 super(ContactUpdateService.class.getSimpleName()); in ContactUpdateService()36 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent()
570 ContactUpdateService.createSetSuperPrimaryIntent(activity, phoneItem.id); in onClick()