/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/Email/tests/src/com/android/email/ |
MessagingControllerUnitTests.java | 35 private long mAccountId; 47 Account.CONTENT_URI, mAccountId); 82 mAccountId = mAccount.mId;
|
/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 | 48 private long mAccountId; 76 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId); 166 mAccountId = mAccount.mId; 169 return AccountSettings.createAccountSettingsIntent(mAccountId, null, 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); 74 /*mService.addServiceIntentForTest(mAccountId, new Intent(mContext, 96 Message message = ProviderTestUtils.setupMessage("message", mAccountId, mMailboxId, false, 256 mService.mAttachmentStorageMap.remove(mAccountId); 261 mService.mAttachmentStorageMap.remove(mAccountId);
|
/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, 299 mAccountId, mailboxId); 415 cv.put(MailboxColumns.ACCOUNT_KEY, mAccountId); [all...] |
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOperation.java | 149 private final long mAccountId; 170 mAccountId = accountId; 195 mAccountId = parentOperation.mAccountId; 234 return mAccountId; [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasServerConnection.java | 114 private final long mAccountId; 144 mAccountId = account.mId; 302 if (mAccountId == Account.NO_ACCOUNT) { 306 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 | 268 long mAccountId; 275 mAccountId = account.mId; 310 mAccountId, Mailbox.TYPE_CALENDAR);
|
/packages/apps/Email/src/com/android/email/ |
NotificationController.java | 694 private final long mAccountId; 700 mAccountId = accountId; 705 refreshNotificationsForAccount(mContext, mAccountId); [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | 597 final long mAccountId; 604 mAccountId = account.mId; 644 mAccountId, Mailbox.TYPE_CALENDAR); [all...] |