Home
last modified time | relevance | path

Searched refs:AccountEntry (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java36 private final class AccountEntry { class in SipAccountRegistry
39 AccountEntry(SipProfile profile) { in AccountEntry() method in SipAccountRegistry.AccountEntry
106 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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java65 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry
75 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry
371 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 …]