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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java 59 * @param currentAccount the Account currently selected by the user, which should come
63 AccountWithDataSet currentAccount) {
67 if (currentAccount != null
69 && !mAccounts.get(0).equals(currentAccount)
70 && mAccounts.remove(currentAccount)) {
71 mAccounts.add(0, currentAccount);
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 148 ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
150 activity.mFromSpinner.setCurrentAccount(currentAccount);
153 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
182 ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
184 activity.mFromSpinner.setCurrentAccount(currentAccount);
187 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
221 ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
223 activity.mFromSpinner.setCurrentAccount(currentAccount);
226 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
550 ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinner.java 90 * @param currentAccount Account used to launch activity.
93 public void initialize(int action, Account currentAccount, Account[] syncingAccounts,
101 Account replyAccount = currentAccount;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]

Completed in 103 milliseconds