Searched defs:mAccountId (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DMessagingControllerUnitTests.java35 private long mAccountId; field in class:MessagingControllerUnitTests
47 Account.CONTENT_URI, mAccountId);
82 mAccountId = mAccount.mId;
/packages/apps/Email/tests/src/com/android/email/activity/setup/
H A DEmailPreferenceActivityTests.java46 private long mAccountId; field in class:EmailPreferenceActivityTests
74 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId);
164 mAccountId = mAccount.mId;
/packages/apps/Email/provider_src/com/android/email/mail/internet/
H A DAuthenticationCache.java32 mAccountId = accountId;
39 final long mAccountId; field in class:AuthenticationCache.CacheEntry
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/
H A DFolderPickerActivity.java44 private long mAccountId; field in class:FolderPickerActivity
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/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DMatchScore.java29 private long mAccountId; field in class:MatchScore
41 this.mAccountId = accountId;
47 this.mAccountId = 0;
53 this.mAccountId = accountId;
75 return mAccountId;
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore +
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java275 private final long mAccountId; field in class:AccountSecurity.AccountAndPolicyLoader
287 mAccountId = accountId;
295 final Account account = Account.restoreAccountWithId(mContext, mAccountId);
/packages/apps/Email/src/com/android/email/
H A DEmailNotificationController.java750 private final long mAccountId; field in class:EmailNotificationController.MessageContentObserver
756 mAccountId = accountId;
761 refreshNotificationsForAccount(mContext, mAccountId);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java101 private long mAccountId = 0; field in class:BluetoothMapObexServer
133 mAccountId = account.getAccountId();
136 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId);
141 Long.toString(mAccountId));
511 long accountId = mAccountId;
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsFragment.java429 private final long mAccountId; field in class:AccountSettingsFragment.AccountLoader
435 mAccountId = accountId;
446 account = Account.restoreAccountWithId(getContext(), mAccountId, mObserver);
/packages/apps/Email/provider_src/com/android/email/service/
H A DAttachmentService.java175 final long mAccountId; field in class:AttachmentService.DownloadRequest
197 mAccountId = -1;
205 mAccountId = msg.mAccountKey;
208 mAccountId = mMessageId = -1;
218 mAccountId = orig.mAccountId;
866 if (getDownloadsForAccount(req.mAccountId) >= MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT) {
868 req.mAttachmentId, req.mAccountId);
980 AttachmentService.this, req.mAccountId);
1013 service.loadAttachment(mServiceCallback, req.mAccountId, re
[all...]

Completed in 418 milliseconds