Home
last modified time | relevance | path

Searched refs:mAccountId (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
DFolderPickerActivity.java44 private long mAccountId; field in FolderPickerActivity
67 mAccountId = Long.parseLong(id); in onCreate()
76 long trashMailboxId = Mailbox.findMailboxOfType(this, mAccountId, Mailbox.TYPE_TRASH); in onCreate()
83 Account account = Account.restoreAccountWithId(this, mAccountId); in onCreate()
102 mAccountId = Long.parseLong(uiAccount.uri.getLastPathSegment()); in onCreate()
137 Account account = Account.restoreAccountWithId(mContext, mAccountId); in onChange()
164 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId); in waitForFolders()
170 Uri uri = Uri.parse("content://" + EmailContent.AUTHORITY + "/uifullfolders/" + mAccountId); in startPickerForAccount()
188 Mailbox ofType = Mailbox.restoreMailboxOfType(this, mAccountId, mMailboxType); in select()
205 Account account = Account.restoreAccountWithId(this, mAccountId); in select()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DMatchScore.java29 private long mAccountId; field in MatchScore
41 this.mAccountId = accountId; in MatchScore()
47 this.mAccountId = 0; in MatchScore()
53 this.mAccountId = accountId; in reset()
75 return mAccountId; in getAccountId()
146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore + in toString()
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java32 mAccountId = accountId; in CacheEntry()
39 final long mAccountId; field in AuthenticationCache.CacheEntry
117 LogUtils.d(Logging.LOG_TAG, "AuthenticationCache refreshEntry %d", entry.mAccountId); in refreshEntry()
144 final Account account = Account.restoreAccountWithId(context, entry.mAccountId); in saveEntry()
160 mCache.remove(entry.mAccountId); in clearEntry()
/packages/apps/Email/tests/src/com/android/email/
DMessagingControllerUnitTests.java35 private long mAccountId; field in MessagingControllerUnitTests
47 Account.CONTENT_URI, mAccountId); in tearDown()
82 mAccountId = mAccount.mId; in createTestAccount()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java175 final long mAccountId; field in AttachmentService.DownloadRequest
197 mAccountId = -1; in DownloadRequest()
205 mAccountId = msg.mAccountKey; in DownloadRequest()
208 mAccountId = mMessageId = -1; in DownloadRequest()
218 mAccountId = orig.mAccountId; in DownloadRequest()
866 if (getDownloadsForAccount(req.mAccountId) >= MAX_SIMULTANEOUS_DOWNLOADS_PER_ACCOUNT) { in processQueue()
868 req.mAttachmentId, req.mAccountId); in processQueue()
980 AttachmentService.this, req.mAccountId); in tryStartDownload()
1013 service.loadAttachment(mServiceCallback, req.mAccountId, req.mAttachmentId, in startDownload()
1200 if (req.mAccountId == accountId) { in getDownloadsForAccount()
[all …]
/packages/apps/Email/tests/src/com/android/email/activity/setup/
DEmailPreferenceActivityTests.java46 private long mAccountId; field in EmailPreferenceActivityTests
74 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId); in tearDown()
164 mAccountId = mAccount.mId; in getTestIntent()
/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSecurity.java275 private final long mAccountId; field in AccountSecurity.AccountAndPolicyLoader
287 mAccountId = accountId; in AccountAndPolicyLoader()
295 final Account account = Account.restoreAccountWithId(mContext, mAccountId); in loadInBackground()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java750 private final long mAccountId; field in EmailNotificationController.MessageContentObserver
756 mAccountId = accountId; in MessageContentObserver()
761 refreshNotificationsForAccount(mContext, mAccountId); in onChange()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java100 private long mAccountId = 0; field in BluetoothMapObexServer
132 mAccountId = account.getAccountId(); in BluetoothMapObexServer()
135 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()
140 Long.toString(mAccountId)); in BluetoothMapObexServer()
493 long accountId = mAccountId; in updateInbox()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java429 private final long mAccountId; field in AccountSettingsFragment.AccountLoader
435 mAccountId = accountId; in AccountLoader()
446 account = Account.restoreAccountWithId(getContext(), mAccountId, mObserver); in loadInBackground()