Home
last modified time | relevance | path

Searched refs:cleanupVoicemail (Results 1 – 2 of 2) sorted by relevance

/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()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsPackageMonitor.java136 cleanupVoicemail(mContext, packageName); in onPackageChanged()
144 static void cleanupVoicemail(Context context, String packageName) { in cleanupVoicemail() method in ContactsPackageMonitor