HomeSort by relevance Sort by last modified time
    Searched full:accountentry (Results 1 - 4 of 4) 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 71 final class AccountEntry implements PstnPhoneCapabilitiesNotifier.Listener {
85 AccountEntry(Phone phone, boolean isEmergency, boolean isDummy) {
491 private List<AccountEntry> mAccounts = new LinkedList<AccountEntry>();
523 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
531 for (AccountEntry entry : mAccounts) {
541 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
549 for (AccountEntry entry : mAccounts) {
559 * Determines if the {@link AccountEntry} associated with a {@link PhoneAccountHandle} supports
567 for (AccountEntry entry : mAccounts)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 217 for (AccountCacheEntry accountEntry : accountList) {
218 final Account account = accountEntry.mAccount;
305 private void addAccountImpl(Uri key, AccountCacheEntry accountEntry) {
307 LogUtils.v(LOG_TAG, "adding account %s", accountEntry.mAccount);
309 mAccountCache.put(key, accountEntry);
372 final AccountCacheEntry accountEntry = new AccountCacheEntry(
375 if (accountEntry.mAccount.settings == null) {
380 Account account = accountEntry.mAccount;
385 addAccountImpl(account.uri, accountEntry);
408 for (AccountCacheEntry accountEntry : accountList)
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]

Completed in 166 milliseconds