Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java131 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener { class in TelecomAccountRegistry
160 AccountEntry(Phone phone, boolean isEmergency, boolean isTest) { in AccountEntry() method in TelecomAccountRegistry.AccountEntry
1258 for (AccountEntry account : mAccounts) { in onServiceStateChanged()
1270 for (AccountEntry account : mAccounts) { in onActiveDataSubscriptionIdChanged()
1283 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();
1373 for (AccountEntry entry : mAccounts) { in isVideoPauseSupported()
1391 for (AccountEntry entry : mAccounts) { in isMergeCallSupported()
1409 for (AccountEntry entry : mAccounts) { in isVideoConferencingSupported()
1427 Optional<AccountEntry> result = mAccounts.stream().filter( in isMergeOfWifiCallsAllowedWhenVoWifiOff()
1447 for (AccountEntry entry : mAccounts) { in isMergeImsCallSupported()
[all …]