HomeSort by relevance Sort by last modified time
    Searched defs:mAccountId (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/drm/java/android/drm/
ProcessedData.java 29 private String mAccountId = "_NO_USER";
40 mAccountId = accountId;
52 mAccountId = accountId;
71 return mAccountId;
DrmRights.java 38 private String mAccountId = "_NO_USER";
63 mAccountId = accountId;
80 mAccountId = accountId;
121 mAccountId = accountId;
157 return mAccountId;
  /frameworks/base/include/drm/
DrmRights.h 98 String8 mAccountId;
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 35 private long mAccountId;
47 Account.CONTENT_URI, mAccountId);
82 mAccountId = mAccount.mId;
RefreshManagerTest.java 130 assertEquals(ACCOUNT_1, mListener.mAccountId);
134 assertEquals(ACCOUNT_1, mController.mAccountId);
154 assertEquals(ACCOUNT_2, mListener.mAccountId);
158 assertEquals(ACCOUNT_2, mController.mAccountId);
169 assertEquals(ACCOUNT_1, mListener.mAccountId);
181 assertEquals(ACCOUNT_1, mListener.mAccountId);
198 assertEquals(ACCOUNT_2, mListener.mAccountId);
209 assertEquals(ACCOUNT_2, mListener.mAccountId);
228 assertEquals(ACCOUNT_1, mListener.mAccountId);
232 assertEquals(ACCOUNT_1, mController.mAccountId);
    [all...]
  /packages/apps/Email/src/com/android/email/
MessageListContext.java 42 public final long mAccountId;
57 mAccountId = accountId;
141 return mAccountId == om.mAccountId
148 return Objects.hashCode(mAccountId, mMailboxId, mSearchParams);
153 return "[MessageListContext " + mAccountId + ":" + mMailboxId + ":" + mSearchParams + "]";
158 mAccountId = in.readLong();
170 dest.writeLong(mAccountId);
NotificationController.java 626 private final long mAccountId;
633 mAccountId = accountId;
638 if (mAccountId == sInstance.mSuspendAccountId
643 ContentObserver observer = sInstance.mNotificationMap.get(mAccountId);
650 Account account = Account.restoreAccountWithId(mContext, mAccountId);
688 int notificationId = sInstance.getNewMessageNotificationId(mAccountId);
703 mAccountId, mMailboxId, newMessageId,
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MailboxListItem.java 39 public long mAccountId;
MailboxMoveToAdapter.java 139 private final long mAccountId;
144 mAccountId = accountId;
150 final String protocol = Account.getProtocol(getContext(), mAccountId);
MailboxFinder.java 51 private final long mAccountId;
80 mAccountId = accountId;
130 if (mClosed || (accountId != mAccountId)) {
137 mCallback.onMailboxNotFound(mAccountId);
175 if (Account.isSecurityHold(mContext, mAccountId)) {
181 long mailboxId = Mailbox.findMailboxOfType(mContext, mAccountId, mMailboxType);
188 final boolean accountExists = Account.isValidId(mContext, mAccountId);
208 mCallback.onAccountSecurityHold(mAccountId);
224 mCallback.onMailboxNotFound(mAccountId);
234 mCallback.onMailboxFound(mAccountId, mailboxId)
    [all...]
MoveMessageToDialog.java 61 private long mAccountId;
209 if (idSet == null || idSet.mAccountId == Account.NO_ACCOUNT
215 mAccountId = idSet.mAccountId;
234 mAccountId, mMailboxId);
337 private final long mAccountId;
341 mAccountId = accountId;
Welcome.java 95 private long mAccountId;
189 mAccountId = IntentUtilities.getAccountIdFromIntent(intent);
228 AccountSettings.actionSettings(this, mAccountId);
282 mInboxFinder = new MailboxFinder(this, mAccountId, Mailbox.TYPE_INBOX,
343 * {@link #mAccountId} and {@link #mAccountUuid}.
359 mAccountId = resolveAccountId(this, mAccountId, mAccountUuid);
360 if (Account.isNormalAccount(mAccountId) &&
361 Mailbox.findMailboxOfType(this, mAccountId, Mailbox.TYPE_INBOX)
371 * Start {@link EmailActivity} using {@link #mAccountId}, {@link #mMailboxId} an
    [all...]
AccountSelectorAdapter.java 303 private final long mAccountId;
314 mAccountId = accountId;
329 resultCursor.setAccountMailboxInfo(getContext(), mAccountId, mMailboxId);
350 if (accountId == mAccountId) {
377 if (mAccountId == Account.NO_ACCOUNT) {
380 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
397 recentMailboxes = mailboxManager.getMostRecent(mAccountId, mUseTwoPane);
422 accountPosition, mAccountId);
443 mFolderProperties.getMessageCount(c), accountPosition, mAccountId);
483 private long mAccountId;
    [all...]
MailboxFragmentAdapter.java 364 listItem.mAccountId = accountId;
514 private final long mAccountId;
526 mAccountId = accountId;
550 new String[] { Long.toString(mAccountId), Long.toString(mParentKey) },
558 new String[] { Long.toString(mAccountId) }, MAILBOX_ORDER_BY);
569 .getMostRecent(mAccountId, true);
588 int accountStarredCount = Message.getFavoriteMessageCount(mContext, mAccountId);
MessagesAdapter.java 200 itemView.mAccountId = accountId;
289 private final long mAccountId;
298 mAccountId = listContext.mAccountId;
305 setSelection(Message.buildMessageListSelection(mContext, mAccountId, mMailboxId));
409 mListContext.mAccountId, mListContext.getSearchParams());
ShortcutPickerFragment.java 234 private final long mAccountId;
239 mAccountId = accountId;
261 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
  /packages/apps/Email/tests/src/com/android/email/activity/
FindParentMailboxTaskTest.java 34 private long mAccountId;
70 mAccountId = a.mId;
290 mProviderContext, null, mAccountId, enableHighlight, parentMailboxId,
MailboxFinderTest.java 198 assertEquals(accountId, mCallback.mAccountId);
287 assertEquals(accountId, mCallback.mAccountId);
422 public volatile long mAccountId = -1;
438 mAccountId = accountId;
444 mAccountId = accountId;
451 mAccountId = accountId;
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsTests.java 45 private long mAccountId;
73 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
163 mAccountId = mAccount.mId;
165 return AccountSettings.createAccountSettingsIntent(mContext, mAccountId, null);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 71 private final long mAccountId;
80 .newInstance(quickResponse, mAccountId)
118 mAccountId = accountId;
142 private final long mAccountId;
170 mAccountId = accountId;
181 mContext, mAccountId);
193 mAccountId);
AccountServerBaseFragment.java 323 private final long mAccountId;
330 mAccountId = accountId;
338 Account account = Utility.findExistingAccount(mContext, mAccountId,
  /packages/apps/Email/src/com/android/email/widget/
EmailWidgetLoader.java 63 private long mAccountId;
126 Account account = Account.restoreAccountWithId(mContext, mAccountId);
131 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
175 mAccountId = accountId;
183 if (mAccountId == Account.ACCOUNT_ID_COMBINED_VIEW) {
197 new String[] { Long.toString(mAccountId), Long.toString(mMailboxId) });
204 setSelectionArgs(new String[] { Long.toString(mAccountId) });
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AttachmentLoader.java 58 private final long mAccountId;
68 mAccountId = mAttachment.mAccountKey;
71 mAttachmentUri = AttachmentUtilities.getAttachmentUri(mAccountId, mAttachmentId);
FolderSyncParser.java 103 long mAccountId;
132 mAccountId = mAccount.mId;
133 mAccountIdAsString = Long.toString(mAccountId);
148 new String[] {Long.toString(mAccountId)});
175 ExchangeService.deleteAccountPIMData(mAccountId);
180 new String[] {Long.toString(mAccountId)});
182 ExchangeService.stopNonAccountMailboxSyncsForAccount(mAccountId);
232 mAccountId, mMailbox.mId);
351 mailbox.mAccountKey = mAccountId;
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 48 private long mAccountId;
64 mAccountId = mAccount.mId;
66 mMailbox = ProviderTestUtils.setupMailbox("mailbox", mAccountId, true, mMockContext);
73 mService.addServiceIntentForTest(mAccountId, new Intent(mContext,
95 Message message = ProviderTestUtils.setupMessage("message", mAccountId, mMailboxId, false,
252 mService.mAttachmentStorageMap.remove(mAccountId);
257 mService.mAttachmentStorageMap.remove(mAccountId);

Completed in 341 milliseconds

1 2