HomeSort by relevance Sort by last modified time
    Searched refs:ContactUpdateService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/contact/
ContactUpdateService.java 28 public class ContactUpdateService extends IntentService {
32 public ContactUpdateService() {
33 super(ContactUpdateService.class.getSimpleName());
39 Intent serviceIntent = new Intent(context, ContactUpdateService.class);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 54 import com.android.dialer.contact.ContactUpdateService;
247 final Intent serviceIntent = ContactUpdateService.createSetSuperPrimaryIntent(

Completed in 222 milliseconds