Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java7548 provider.cleanupPhotoStore(); in testPhotoStoreCleanup()
7607 provider.cleanupPhotoStore(); in testPhotoStoreCleanup()
7643 provider.cleanupPhotoStore(); in testPhotoStoreCleanupForProfile()
7674 provider.cleanupPhotoStore(); in testPhotoStoreCleanupForProfile()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1892 cleanupPhotoStore(); in performBackgroundTask()
1894 cleanupPhotoStore(); in performBackgroundTask()
2061 protected void cleanupPhotoStore() { in cleanupPhotoStore() method in ContactsProvider2