Searched refs:ContactUpdateService (Results 1 – 2 of 2) sorted by relevance
28 public class ContactUpdateService extends IntentService { class32 public ContactUpdateService() { in ContactUpdateService() method in ContactUpdateService33 super(ContactUpdateService.class.getSimpleName()); in ContactUpdateService()39 Intent serviceIntent = new Intent(context, ContactUpdateService.class); in createSetSuperPrimaryIntent()
54 import com.android.dialer.contact.ContactUpdateService;247 final Intent serviceIntent = ContactUpdateService.createSetSuperPrimaryIntent( in onClick()