HomeSort by relevance Sort by last modified time
    Searched refs:mAccountId (Results 1 - 16 of 16) 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/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/
EmailPreferenceActivityTests.java 46 private long mAccountId;
74 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
164 mAccountId = mAccount.mId;
  /packages/apps/Email/src/com/android/email/mail/internet/
AuthenticationCache.java 32 mAccountId = accountId;
39 final long mAccountId;
117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId);
144 final Account account = Account.restoreAccountWithId(context, entry.mAccountId);
160 mCache.remove(entry.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/Email/src/com/android/email/service/
AttachmentService.java 173 final long mAccountId;
195 mAccountId = -1;
203 mAccountId = msg.mAccountKey;
206 mAccountId = mMessageId = -1;
216 mAccountId = orig.mAccountId;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 153 private final long mAccountId;
183 mAccountId = accountId;
208 mAccountId = parentOperation.mAccountId;
260 return mAccountId;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 115 private final long mAccountId;
145 mAccountId = account.mId;
299 if (mAccountId == Account.NO_ACCOUNT) {
303 ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId),
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 90 private long mAccountId = 0;
117 mAccountId = account.getAccountId();
120 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId);
124 Long.toString(mAccountId));
388 long accountId = mAccountId;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSecurity.java 245 private final long mAccountId;
257 mAccountId = accountId;
265 final Account account = Account.restoreAccountWithId(mContext, mAccountId);
AccountSettingsFragment.java 427 private final long mAccountId;
433 mAccountId = accountId;
444 account = Account.restoreAccountWithId(getContext(), mAccountId, mObserver);
    [all...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java     [all...]

Completed in 551 milliseconds