HomeSort by relevance Sort by last modified time
    Searched refs:AccountEntry (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipAccountRegistry.java 36 private final class AccountEntry {
39 AccountEntry(SipProfile profile) {
106 private final List<AccountEntry> mAccounts = new CopyOnWriteArrayList<>();
161 AccountEntry accountEntry = getAccountEntry(sipProfileName);
163 if (accountEntry != null) {
164 mAccounts.remove(accountEntry);
170 * Called after a SIP profile is deleted. The {@link AccountEntry} will be removed when the
180 AccountEntry accountEntry = getAccountEntry(sipProfileName)
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 70 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener {
84 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) {
483 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();
515 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
523 for (AccountEntry entry : mAccounts) {
533 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
541 for (AccountEntry entry : mAccounts) {
551 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
559 for (AccountEntry entry : mAccounts)
    [all...]

Completed in 85 milliseconds