Searched refs:mAccountId (Results 1 - 12 of 12) 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/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/apps/Exchange/src/com/android/exchange/service/
H A DPingSyncSynchronizer.java124 private long mAccountId; field in class:PingSyncSynchronizer.AccountSyncState
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);
H A DEasServerConnection.java115 private final long mAccountId; field in class:EasServerConnection
145 mAccountId = account.mId;
299 if (mAccountId == Account.NO_ACCOUNT) {
303 ContentUris.withAppendedId(Account.CONTENT_URI, mAccountId),
/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/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...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DFolderSyncParser.java147 long mAccountId; field in class:FolderSyncParser
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/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java90 private long mAccountId = 0; field in class:BluetoothMapObexServer
117 mAccountId = account.getAccountId();
120 if (D) Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId);
124 Long.toString(mAccountId));
386 long accountId = mAccountId;
/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/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);

Completed in 935 milliseconds