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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AutoLoginAccountDelegate.java 44 Account currentAccount = ChromeSigninController.get(mActivity).getSignedInUser();
45 if (mAccount == null || !mAccount.equals(currentAccount)) {
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 146 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
152 activity.mFromSpinner.setCurrentAccount(currentAccount);
154 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
181 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
189 activity.mFromSpinner.setCurrentAccount(currentAccount);
191 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
223 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri,
230 activity.mFromSpinner.setCurrentAccount(currentAccount);
232 currentAccount.account, EMPTY_ACCOUNT_LIST, null);
554 final ReplyFromAccount currentAccount = new ReplyFromAccount(mAccount, mAccount.uri
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]

Completed in 215 milliseconds