Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java119 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry
145 AccountEntry(Phone phone, boolean isEmergency, boolean isTest) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry
1100 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 …]
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java44 private final class AccountEntry { class in SipAccountRegistry
47 AccountEntry(SipProfile profile) { in AccountEntry() method in SipAccountRegistry.AccountEntry
83 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()