Searched refs:VoicemailCleanupService (Results 1 - 3 of 3) 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");
H A DPackageIntentReceiver.java50 Intent intentToForward = new Intent(context, VoicemailCleanupService.class);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailCleanupServiceTest.java29 * Unit tests for {@link VoicemailCleanupService}.
36 private VoicemailCleanupService mCleanupService;
42 mCleanupService = new VoicemailCleanupService();
46 mCleanupService = new VoicemailCleanupService();

Completed in 119 milliseconds