Searched defs:ContactUpdateService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/contact/
H A DContactUpdateService.java28 public class ContactUpdateService extends IntentService { class in inherits:IntentService
32 public ContactUpdateService() { method in class:ContactUpdateService
33 super(ContactUpdateService.class.getSimpleName());
39 Intent serviceIntent = new Intent(context, ContactUpdateService.class);

Completed in 50 milliseconds