Home
last modified time | relevance | path

Searched refs:ContactsPackageMonitor (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsPackageMonitor.java39 public class ContactsPackageMonitor { class
46 private static ContactsPackageMonitor sInstance;
63 private ContactsPackageMonitor(Context context) { in ContactsPackageMonitor() method in ContactsPackageMonitor
90 sInstance = new ContactsPackageMonitor(context); in start()
DVoicemailContentProvider.java114 ContactsPackageMonitor.start(getContext()); in onCreate()
DContactsProvider2.java1669 ContactsPackageMonitor.start(getContext()); in initialize()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailCleanupTest.java53 ContactsPackageMonitor.cleanupVoicemail(getMockContext(), TEST_PACKAGE_1); in testCleanupVoicemail()
59 ContactsPackageMonitor.cleanupVoicemail(getMockContext(), TEST_PACKAGE_2); in testCleanupVoicemail()
66 ContactsPackageMonitor.cleanupVoicemail(getMockContext(), TEST_PACKAGE_2); in testCleanupVoicemail()