Searched defs:currentAccount (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/ |
D | AccountsChangedReceiver.java | 49 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/ |
D | ComposeActivityTest.java | 146 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/ |
D | AccountsListAdapter.java | 57 AccountWithDataSet currentAccount) { in AccountsListAdapter() 64 public void setAccounts(List<AccountInfo> accounts, AccountWithDataSet currentAccount) { in setAccounts()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionTimeout.java | 52 PhoneAccountHandle currentAccount) { in isTimeoutNeededForCall()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | AccountsSettingsFragment.java | 264 final String currentAccount = hasAccountsPermission ? getSignedInAccountName() : null; in refreshSyncSettingsUI() local 290 String currentAccount) { in refreshSyncSettingsMessaging()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | FromAddressSpinner.java | 92 public void initialize(int action, Account currentAccount, Account[] syncingAccounts, in initialize()
|
/packages/apps/Dialer/java/com/android/dialer/telecom/ |
D | TelecomUtil.java | 314 @NonNull Context context, @Nullable PhoneAccountHandle currentAccount) { in getOtherAccount()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderListFragment.java | 1629 public void setAccounts(Account[] accounts, Account currentAccount) { in setAccounts()
|