Searched refs:AccountEntry (Results 1 – 2 of 2) sorted by relevance
36 private final class AccountEntry { class in SipAccountRegistry39 AccountEntry(SipProfile profile) { in AccountEntry() method in SipAccountRegistry.AccountEntry106 private final List<AccountEntry> mAccounts = new CopyOnWriteArrayList<>();161 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile()180 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService()268 AccountEntry entry = new AccountEntry(profile); in startSipServiceForProfile()280 private AccountEntry getAccountEntry(String sipProfileName) { in getAccountEntry()281 for (AccountEntry entry : mAccounts) { in getAccountEntry()
65 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry75 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry371 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();408 for (AccountEntry entry : mAccounts) { in isVideoPauseSupported()424 for (AccountEntry entry : mAccounts) { in isMergeCallSupported()446 for (AccountEntry entry : mAccounts) { in getAddress()481 for (AccountEntry entry : mAccounts) { in hasAccountEntryForPhoneAccount()527 mAccounts.add(new AccountEntry(phone, false /* emergency */, in setupAccounts()537 mAccounts.add(new AccountEntry(PhoneFactory.getDefaultPhone(), true /* emergency */, in setupAccounts()543 mAccounts.add(new AccountEntry(phones[0], false /* emergency */, true /* isDummy */)); in setupAccounts()[all …]