Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java144 protected void updateDirectoriesInBackground(boolean rescan) { in updateDirectoriesInBackground() method in SynchronousContactsProvider2
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1721 updateDirectoriesInBackground(accountsChanged); in performBackgroundTask()
1726 updateDirectoriesInBackground(true); in performBackgroundTask()
1895 protected void updateDirectoriesInBackground(boolean rescan) { in updateDirectoriesInBackground() method in ContactsProvider2