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

  /frameworks/av/include/drm/
DrmRights.h 98 String8 mAccountId;
  /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;
  /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/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/provider_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/Email/provider_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...]
  /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),
PingSyncSynchronizer.java 124 private long mAccountId;
134 mAccountId = accountId;
146 LogUtils.i(TAG, "PSS Sync is pre-empting a ping acct:%d", mAccountId);
153 mPingTask != null ? "yes" : "no", mSyncCount, mAccountId);
157 LogUtils.i(TAG, "PSS InterruptedException acct:%d", mAccountId);
211 LogUtils.i(TAG, "PSS pingEnd, syncs still in progress acct:%d.", mAccountId);
224 LogUtils.i(TAG, "PSS pingEnd, starting new ping acct:%d.", mAccountId);
234 LogUtils.i(TAG, "PSS pingEnd, no longer need ping acct:%d.", mAccountId);
290 LogUtils.i(LogUtils.TAG, "PSS pushStop acct:%d", 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));
386 long accountId = mAccountId;
    [all...]
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 275 private final long mAccountId;
287 mAccountId = accountId;
295 final Account account = Account.restoreAccountWithId(mContext, mAccountId);
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
FolderSyncParser.java 147 long mAccountId;
181 mAccountId = mAccount.mId;
182 mAccountIdAsString = Long.toString(mAccountId);
193 mAccountId = mAccount.mId;
194 mAccountIdAsString = Long.toString(mAccountId);
218 if (mAccountId > 0) {
220 ContentUris.withAppendedId(EmailContent.ACCOUNT_CHECK_URI, mAccountId),
224 LogUtils.w(TAG, "Duplicate mailboxes found for account %d: %d", mAccountId,
300 mAccountId, mailboxId);
428 cv.put(MailboxColumns.ACCOUNT_KEY, mAccountId);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 175 final long mAccountId;
197 mAccountId = -1;
205 mAccountId = msg.mAccountKey;
208 mAccountId = mMessageId = -1;
218 mAccountId = orig.mAccountId;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 429 private final long mAccountId;
435 mAccountId = accountId;
446 account = Account.restoreAccountWithId(getContext(), mAccountId, mObserver);
    [all...]

Completed in 300 milliseconds