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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailCleanupService.java31 public class VoicemailCleanupService extends IntentService { class in inherits:IntentService
32 private static final String TAG = "VoicemailCleanupService";
34 public VoicemailCleanupService() { method in class:VoicemailCleanupService
35 super("VoicemailCleanupService");

Completed in 44 milliseconds