Searched refs:allNonSimAccounts (Results 1 – 1 of 1) sorted by relevance
324 private boolean shouldShowConnectionServiceList(List<PhoneAccountHandle> allNonSimAccounts) { in shouldShowConnectionServiceList() argument325 return mTelephonyManager.isMultiSimEnabled() || allNonSimAccounts.size() > 0; in shouldShowConnectionServiceList()331 List<PhoneAccountHandle> allNonSimAccounts = in updateAccounts() local347 if (!allNonSimAccounts.isEmpty()) { in updateAccounts()