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/
DContactsProvider2.java2571 final List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in call()
2615 List<SimAccount> simAccounts = mDbHelper.get().getAllSimAccounts(); in setDefaultAccountSetting()
5423 final List<SimAccount> simAccounts = getDatabaseHelper().getAllSimAccounts(); in updateAccountsInBackground()
DContactsDatabaseHelper.java4097 public List<SimAccount> getAllSimAccounts() { in getAllSimAccounts() method in ContactsDatabaseHelper