Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3915 public List<SimAccount> getAllSimAccounts() { in getAllSimAccounts() method in ContactsDatabaseHelper
DContactsProvider2.java2376 final List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in call()
5169 final List<SimAccount> simAccounts = getDatabaseHelper().getAllSimAccounts(); in updateAccountsInBackground()