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

  /packages/apps/Contacts/src/com/android/contacts/editor/
AccountHeaderPresenter.java 59 private AccountWithDataSet mCurrentAccount;
90 if (mCurrentAccount != null && mCurrentAccount.equals(account)) {
93 mCurrentAccount = account;
104 if (mCurrentAccount == null || !AccountInfo.contains(mAccounts, mCurrentAccount)) {
105 mCurrentAccount = mAccounts.isEmpty() ? null : accounts.get(0).getAccount();
112 return mCurrentAccount != null ? mCurrentAccount : null;
116 outState.putParcelable(KEY_SELECTED_ACCOUNT, mCurrentAccount);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 200 protected Account mCurrentAccount;
667 if (mCurrentAccount == null || account == null ||
668 !mCurrentAccount.getEmailAddress().equals(account.getEmailAddress())) {
691 folderListUri = mCurrentAccount.folderListUri;
694 folderListUri = mCurrentAccount.allFolderListUri;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 214 milliseconds