Searched refs:AccountEntry (Results 1 – 2 of 2) sorted by relevance
109 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry134 AccountEntry(Phone phone, boolean isEmergency, boolean isTest) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry1052 for (AccountEntry account : mAccounts) {1064 for (AccountEntry account : mAccounts) {1077 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();1144 for (AccountEntry entry : mAccounts) { in isVideoPauseSupported()1162 for (AccountEntry entry : mAccounts) { in isMergeCallSupported()1180 for (AccountEntry entry : mAccounts) { in isVideoConferencingSupported()1198 Optional<AccountEntry> result = mAccounts.stream().filter( in isMergeOfWifiCallsAllowedWhenVoWifiOff()1218 for (AccountEntry entry : mAccounts) { in isMergeImsCallSupported()[all …]
36 private final class AccountEntry { class in SipAccountRegistry39 AccountEntry(SipProfile profile) { in AccountEntry() method in SipAccountRegistry.AccountEntry106 private final List<AccountEntry> mAccounts = new CopyOnWriteArrayList<>();164 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile()183 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService()272 AccountEntry entry = new AccountEntry(profile); in startSipServiceForProfile()284 private AccountEntry getAccountEntry(String sipProfileName) { in getAccountEntry()285 for (AccountEntry entry : mAccounts) { in getAccountEntry()