HomeSort by relevance Sort by last modified time
    Searched defs:mAccountId (Results 1 - 20 of 20) 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 44 private String mAccountId;
68 mAccountId = accountId;
83 mAccountId = accountId;
125 mAccountId = data.getAccountId();
160 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/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
MatchScore.java 29 private long mAccountId;
41 this.mAccountId = accountId;
47 this.mAccountId = 0;
53 this.mAccountId = accountId;
75 return mAccountId;
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore +
  /frameworks/base/cmds/telecom/src/com/android/commands/telecom/
Telecom.java 56 private String 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/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/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 101 private long mAccountId = 0;
133 mAccountId = account.getAccountId();
136 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId);
141 Long.toString(mAccountId));
511 long accountId = 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...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1386 milliseconds