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

  /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 43 private String mAccountId;
67 mAccountId = accountId;
82 mAccountId = accountId;
124 mAccountId = data.getAccountId();
159 return mAccountId;
  /frameworks/av/drm/common/
DrmRights.cpp 25 mAccountId(accountId),
39 mAccountId(accountId),
57 return mAccountId;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 61 private final long mAccountId;
100 mAccountId = account.mId;
106 LogUtils.d(TAG, "initial ping duration " + mPingDuration + " account " + mAccountId);
126 " new duration " + mPingDuration + " account " + mAccountId);
134 " new duration " + mPingDuration + " account " + mAccountId);
141 Account.update(mContext, Account.CONTENT_URI, mAccountId, values);
145 return mAccountId;
161 mAccountId);
206 LogUtils.i(TAG, "Ping expired for account %d", mAccountId);
211 LogUtils.i(TAG, "Ping found changed folders for account %d", mAccountId);
    [all...]
EasOperation.java 103 protected final long mAccountId;
110 mAccountId = accountId;
128 this(parentOperation.mContext, parentOperation.mAccountId, parentOperation.mConnection);
250 if (handleProvisionError(syncResult, mAccountId)) {
310 if (mConnection.setProtocolVersion(protocolVersion) && mAccountId != Account.NOT_SAVED) {
311 final Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
EasMoveItems.java 56 final List<MessageMove> moves = MessageMove.getMoves(mContext, mAccountId);
EasSync.java 107 final List<MessageStateChange> changes = MessageStateChange.getChanges(mContext, mAccountId,
187 final Account account = Account.restoreAccountWithId(mContext, 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 129 assertEquals(ACCOUNT_1, mListener.mAccountId);
133 assertEquals(ACCOUNT_1, mController.mAccountId);
153 assertEquals(ACCOUNT_2, mListener.mAccountId);
157 assertEquals(ACCOUNT_2, mController.mAccountId);
168 assertEquals(ACCOUNT_1, mListener.mAccountId);
180 assertEquals(ACCOUNT_1, mListener.mAccountId);
197 assertEquals(ACCOUNT_2, mListener.mAccountId);
208 assertEquals(ACCOUNT_2, mListener.mAccountId);
227 assertEquals(ACCOUNT_1, mListener.mAccountId);
231 assertEquals(ACCOUNT_1, mController.mAccountId);
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 44 private long mAccountId;
67 mAccountId = Long.parseLong(id);
76 long trashMailboxId = Mailbox.findMailboxOfType(this, mAccountId, Mailbox.TYPE_TRASH);
83 Account account = Account.restoreAccountWithId(this, mAccountId);
102 mAccountId = Long.parseLong(uiAccount.uri.getLastPathSegment());
137 Account account = Account.restoreAccountWithId(mContext, mAccountId);
164 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
170 Uri uri = Uri.parse("content://" + EmailContent.AUTHORITY + "/uifullfolders/" + mAccountId);
188 Mailbox ofType = Mailbox.restoreMailboxOfType(this, mAccountId, mMailboxType);
205 Account account = Account.restoreAccountWithId(this, mAccountId);
    [all...]
  /frameworks/av/include/drm/
DrmRights.h 98 String8 mAccountId;
  /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/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,
255 mService.mAttachmentStorageMap.remove(mAccountId);
260 mService.mAttachmentStorageMap.remove(mAccountId);
  /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/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 146 long mAccountId;
180 mAccountId = mAccount.mId;
181 mAccountIdAsString = Long.toString(mAccountId);
192 mAccountId = mAccount.mId;
193 mAccountIdAsString = Long.toString(mAccountId);
217 if (mAccountId > 0) {
219 ContentUris.withAppendedId(EmailContent.ACCOUNT_CHECK_URI, mAccountId),
223 LogUtils.w(TAG, "Duplicate mailboxes found for account %d: %d", mAccountId,
298 mAccountId, mailboxId);
414 cv.put(MailboxColumns.ACCOUNT_KEY, mAccountId);
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 541 private final long mAccountId;
547 mAccountId = accountId;
555 EmailProvider.uiUri("uiaccount", mAccountId), UIProvider.ACCOUNTS_PROJECTION,
559 LogUtils.e(LOG_TAG, "Null account cursor for mAccountId %d", mAccountId);
574 mAccountId);
579 ContentUris.withAppendedId(EmailContent.MAILBOX_NOTIFICATION_URI, mAccountId),
598 mAccountId, mailboxId);
608 mAccountId, mailboxId);
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 113 private final long mAccountId;
143 mAccountId = account.mId;
297 if (mAccountId == Account.NO_ACCOUNT) {
301 ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId),
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 83 parser.mAccountId = mAccount.mId;
308 parser.mAccountId = mAccount.mId;
364 parser.mAccountId = mAccount.mId;
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 392 long mAccountId;
399 mAccountId = account.mId;
434 mAccountId, Mailbox.TYPE_CALENDAR);
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 597 final long mAccountId;
604 mAccountId = account.mId;
644 mAccountId, Mailbox.TYPE_CALENDAR);
    [all...]

Completed in 400 milliseconds