Home
last modified time | relevance | path

Searched defs:currentAccount (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
DAccountsChangedReceiver.java49 final String currentAccount = prefs.getString( in onReceive() local
67 final String[] accounts, final String currentAccount) { in removeUnknownAccountFromPreference()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java146 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in testRecipientsRefReplyAllCustomFromReplyTo() local
181 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in testRecipientsRefReplyAllOnlyAccount() local
223 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in testRecipientsRefReplyAllOnlyCustomFrom() local
554 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in brokentestRecipientsRefMessageReplyToCustomFrom() local
597 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in brokentestRecipientsRefMessageReplyAllCustomFrom() local
643 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri, in brokentestRecipientsRefMessageReplyAllCustomFromThisAccount() local
676 final Account currentAccount = getAccountForName(context, "account0@mockuiprovider.com"); in testReplySendingAccount0() local
714 final Account currentAccount = getAccountForName(context, "account2@mockuiprovider.com"); in testReplySendingAccount1() local
791 final Account currentAccount = getAccountForName(context, "account2@mockuiprovider.com"); in testMailToAccountJSON() local
824 final Account currentAccount = getAccountForName(context, "account2@mockuiprovider.com"); in testMailToAccount() local
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountsListAdapter.java57 AccountWithDataSet currentAccount) { in AccountsListAdapter()
64 public void setAccounts(List<AccountInfo> accounts, AccountWithDataSet currentAccount) { in setAccounts()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionTimeout.java52 PhoneAccountHandle currentAccount) { in isTimeoutNeededForCall()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragment.java264 final String currentAccount = hasAccountsPermission ? getSignedInAccountName() : null; in refreshSyncSettingsUI() local
290 String currentAccount) { in refreshSyncSettingsMessaging()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DFromAddressSpinner.java92 public void initialize(int action, Account currentAccount, Account[] syncingAccounts, in initialize()
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java314 @NonNull Context context, @Nullable PhoneAccountHandle currentAccount) { in getOtherAccount()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java1629 public void setAccounts(Account[] accounts, Account currentAccount) { in setAccounts()