Searched refs:AccountEntry (Results 1 – 2 of 2) sorted by relevance
119 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry145 AccountEntry(Phone phone, boolean isEmergency, boolean isTest) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry1100 for (AccountEntry account : mAccounts) { in onServiceStateChanged()1112 for (AccountEntry account : mAccounts) { in onActiveDataSubscriptionIdChanged()1125 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();1193 for (AccountEntry entry : mAccounts) { in isVideoPauseSupported()1211 for (AccountEntry entry : mAccounts) { in isMergeCallSupported()1229 for (AccountEntry entry : mAccounts) { in isVideoConferencingSupported()1247 Optional<AccountEntry> result = mAccounts.stream().filter( in isMergeOfWifiCallsAllowedWhenVoWifiOff()1267 for (AccountEntry entry : mAccounts) { in isMergeImsCallSupported()[all …]
44 private final class AccountEntry { class in SipAccountRegistry47 AccountEntry(SipProfile profile) { in AccountEntry() method in SipAccountRegistry.AccountEntry83 private final List<AccountEntry> mAccounts = new CopyOnWriteArrayList<>();156 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile()175 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService()269 private AccountEntry getAccountEntry(String sipProfileName) { in getAccountEntry()270 for (AccountEntry entry : mAccounts) { in getAccountEntry()