HomeSort by relevance Sort by last modified time
    Searched refs:mAccount (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /packages/apps/Exchange/tests/src/com/android/exchange/
EasSyncServiceTests.java 57 svc.mAccount = null;
72 svc.mAccount = account;
80 svc.mAccount = account;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MultiFoldersSelectionDialog.java 78 !Utils.isEmpty(mAccount.fullFolderListUri) ? mAccount.fullFolderListUri
79 : mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, null, null,
AnimatedAdapter.java 87 private Account mAccount;
216 if (mAccount != null && mAccount.uri.equals(newAccount.uri)
217 && mAccount.settings.priorityArrowsEnabled ==
219 && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO) ==
221 && mAccount.settings.convListIcon == newAccount.settings.convListIcon
222 && mAccount.settings.convListAttachmentPreviews ==
229 mAccount = newAccount;
230 mPriorityMarkersEnabled = mAccount.settings.priorityArrowsEnabled;
231 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)
    [all...]
LeaveBehindItem.java 44 private Account mAccount;
94 if (mAccount.undoUri != null && !mInert) {
103 cursor.undo(getContext(), mAccount.undoUri);
116 mAccount = account;
OnePaneController.java 183 if (!inInbox(mAccount, listContext)) {
238 mPagerController.show(mAccount, mFolder, conversation, true /* changeVisibility */);
316 } else if (mViewMode.isListMode() && !inInbox(mAccount, mConvListContext)) {
332 if (mInbox == null || !isDefaultInbox(mInbox.folderUri, mAccount)) {
401 if (op != null && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)) {
FolderSelectionDialog.java 49 protected final Account mAccount;
94 mAccount = account;
ConversationListFragment.java 116 private Account mAccount;
141 mAccount = newAccount;
274 mAccount = mAccountObserver.initialize(mActivity.getAccountController());
293 activity, mActivity, mAccount))
397 mAccount = mViewContext.account;
428 mListView.enableSwipe(mAccount.supportsCapability(AccountCapabilities.UNDO));
547 (mAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE);
837 int swipeSetting = Settings.getSwipeSetting(mAccount.settings);
839 || !mAccount.supportsCapability(AccountCapabilities.UNDO)
    [all...]
ConversationsInOutboxTipView.java 56 private Account mAccount = null;
103 mAccount = account;
180 mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, Folder.FACTORY);
TwoPaneController.java 208 mPagerController.show(mAccount, mFolder, mConversationToShow,
251 (mAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE);
262 (mAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE);
439 !mFolder.folderUri.equals(mAccount.settings.defaultInbox) &&
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 209 private final Account mAccount;
233 mAccount = Account.newinstance(intent.getStringExtra(Utils.EXTRA_ACCOUNT));
255 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
268 saveWidgetInformation(mContext, mAppWidgetId, mAccount, mFolderUri.toString());
272 if (!mService.isWidgetConfigured(mContext, mAppWidgetId, mAccount)) {
273 BaseWidgetProvider.updateWidget(mContext, mAppWidgetId, mAccount, mFolderType,
310 mAccountLoader = new CursorLoader(mContext, mAccount.uri,
413 MAX_SENDERS_LENGTH, senders, null, null, mAccount.name, true);
439 mAccount));
502 Utils.createViewFolderIntent(mContext, mFolderUri, mAccount));
    [all...]
  /frameworks/base/core/java/android/content/
SyncRequest.java 203 mAccountToSync = b.mAccount;
294 private Account mAccount;
415 mAccount = account;
588 if (mAccount == null) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 58 public Account mAccount;
87 mAccount = service.mAccount;
88 mAccountManagerAccount = new android.accounts.Account(mAccount.mEmailAddress,
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java 134 mAccount.mEmailAddress,
153 mAccount.mEmailAddress,
178 mAccount, mMailbox);
209 return asSyncAdapter(uri, mAccount.mEmailAddress);
221 mMailbox, mAccount, mAccountManagerAccount, mCalendarId);
312 Message.FLAG_OUTGOING_MEETING_DECLINE, clientId, mAccount);
604 if (mAccount.mEmailAddress.equalsIgnoreCase(organizerEmail)) {
689 flag, clientId, mAccount);
    [all...]
EasSyncHandler.java 268 LogUtils.d(TAG, "Syncing account %d mailbox %d (class %s) with syncKey %s", mAccount.mId,
377 final EasProvision provision = new EasProvision(mContext, mAccount.mId, this);
378 if (provision.provision(syncResult, mAccount.mId)) {
419 final int trafficFlags = TrafficFlags.getSyncFlags(mContext, mAccount);
EasMeetingResponder.java 150 attendeeValues.put(Attendees.ATTENDEE_EMAIL, mAccount.mEmailAddress);
178 meetingInfo.get(MeetingInfo.MEETING_UID), mAccount);
181 sendMessage(mAccount, outgoingMsg);
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 185 if (mAccount == null) {
189 HostAuth ha = HostAuth.restoreHostAuthWithId(_context, mAccount.mHostAuthKeyRecv);
375 Account account = service.mAccount;
424 svc.mAccount = account;
470 mAccount = new Account();
471 mAccount.mEmailAddress = hostAuth.mLogin;
572 mAccount.mSecuritySyncKey = pp.getSecuritySyncKey();
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 243 protected Account mAccount;
480 if (mAccount == null) {
505 final String accountScheme = mAccount.composeIntentUri.getScheme();
764 if (mFromSpinner != null && mAccount != null) {
765 mFromSpinner.initialize(mComposeMode, mAccount, mAccounts, mRefMessage);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 421 final Account mAccount;
434 mAccount = checkAccount;
447 final Store store = Store.getInstance(mAccount, mContext);
475 final Store store = Store.getInstance(mAccount, mContext);
480 mAccount.mProtocolVersion = bundle.getString(
486 mAccount.mHostAuthRecv.mAddress = redirectAddress;
490 mAccount.isSaved()) {
512 final String protocol = mAccount.mHostAuthRecv.mProtocol;
520 final Sender sender = Sender.getInstance(mContext, mAccount);
    [all...]
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 482 private final Account mAccount;
493 mAccount = account;
511 mAccount + ", authTokenType = " + mAuthTokenType +
519 generateResult(getAccountHolder(mAccount), mAuthTokenType);
597 private final Account mAccount;
605 mAccount = account;
611 return mAccount;
625 "mAccount=" + mAccount +
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 180 if (mAccount != null) {
181 builder.appendQueryParameter(PRIMARY_ACCOUNT_NAME, mAccount.name);
182 builder.appendQueryParameter(PRIMARY_ACCOUNT_TYPE, mAccount.type);
255 private Account mAccount;
282 mAccount = account;
406 if (mAccount != null && mAccount.name.equals(partition.accountName) &&
407 mAccount.type.equals(partition.accountType)) {
  /packages/apps/Email/emailsync/src/com/android/emailsync/
AbstractSyncService.java 56 public Account mAccount;
116 mAccount = Account.restoreAccountWithId(_context, _mailbox.mAccountKey);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientCallbackHelper.java 50 final String mAccount;
55 mAccount = account;
111 mContentsClient.onReceivedLoginRequest(info.mRealm, info.mAccount, info.mArgs);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
SyncStatusHelper.java 42 private Account mAccount;
48 if (account.equals(mAccount)) return;
54 mAccount = account;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerAdapter.java 55 private final Account mAccount;
113 mAccount = account;
115 mSanitizedHtml = mAccount.supportsCapability
120 return mAccount != null && mFolder != null && mAccount.matches(account)
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerHelper.java 179 private final Account mAccount;
187 mAccount = account;
203 getAuthTokenAsynchronously(null, mAccount, mAuthTokenType, mCallback, mNumTries,

Completed in 3681 milliseconds

1 23 4 5