Searched refs:getAllSimAccounts (Results 1 – 2 of 2) sorted by relevance
2571 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()
4097 public List<SimAccount> getAllSimAccounts() { in getAllSimAccounts() method in ContactsDatabaseHelper