Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5719 dbHelper.getAllAccountsWithDataSets(); in updateAccountsInBackground()
5920 mDbHelper.get().getAllAccountsWithDataSets().stream().filter( in unSyncAccounts()
DContactsDatabaseHelper.java4077 public Set<AccountWithDataSet> getAllAccountsWithDataSets() { in getAllAccountsWithDataSets() method in ContactsDatabaseHelper