HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 151 - 175 of 372) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 82 mAccountId = mAccount.mId;
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 114 body.mMessageKey = message.mId;
128 mSender.sendMessage(message.mId);
145 Attachment attachment = setupSimpleAttachment(mProviderContext, message.mId);
158 mSender.sendMessage(message.mId);
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
ExchangeDirectoryProviderTests.java 141 assertEquals(acctFoo.mId, provider.getAccountIdByName(context, "foo@android.com"));
142 assertEquals(acctBar.mId, provider.getAccountIdByName(context, "bar@android.com"));
143 assertEquals((Long)acctFoo.mId, provider.mAccountIdMap.get("foo@android.com"));
144 assertEquals((Long)acctBar.mId, provider.mAccountIdMap.get("bar@android.com"));
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor3.cpp 48 mId(client->getCameraId()),
88 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
94 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
117 " after it becomes idle", __FUNCTION__, mId);
162 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
169 ALOGE("%s: Camera %d: Device does not exist", __FUNCTION__, mId);
199 ALOGE("%s: Camera %d: Client does not exist", __FUNCTION__, mId);
StreamingProcessor.h 95 int mId;
ZslProcessor.h 86 int mId;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 288 Constants.updateShareStatus(mContext1, mInfo.mId, status);
309 if (V) Log.v(TAG, "Client thread processShareInfo() " + mInfo.mId);
314 Constants.updateShareStatus(mContext1, mInfo.mId, fileInfo.mStatus);
325 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
341 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
350 Constants.updateShareStatus(mContext1, mInfo.mId, BluetoothShare.STATUS_RUNNING);
365 Constants.updateShareStatus(mContext1, mInfo.mId, status);
381 Constants.updateShareStatus(mContext1, mInfo.mId, status);
528 Constants.updateShareStatus(mContext1, mInfo.mId, status);
546 Constants.updateShareStatus(mContext1, mInfo.mId, status)
    [all...]
BluetoothOppObexServerSession.java 161 if (D) Log.d(TAG, "addShare for id " + info.mId);
342 if (mInfo.mId != mLocalShareInfoId) {
359 Constants.updateShareStatus(mContext, mInfo.mId, status);
367 contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
379 Constants.updateShareStatus(mContext, mInfo.mId, status);
416 Constants.updateShareStatus(mContext, mInfo.mId, status);
445 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
526 if (D) Log.d(TAG, "processShareInfo() " + mInfo.mId);
528 mContext, mInfo.mId);
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 227 localAttachment.mMessageKey = localMessage.mId;
241 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
257 localAttachment.mId = dbAttachment.mId;
299 long attachmentId = localAttachment.mId;
368 EmailContent.Body.restoreBodyHtmlWithMessageId(context, localMessage.mId));
375 EmailContent.Body.restoreBodyTextWithMessageId(context, localMessage.mId));
389 EmailContent.Body.restoreIntroTextWithMessageId(context, localMessage.mId));
397 EmailContent.Body.restoreReplyHtmlWithMessageId(context, localMessage.mId));
404 EmailContent.Body.restoreReplyTextWithMessageId(context, localMessage.mId));
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 87 protected String mId;
100 sFallbackPalette.mId = "default";
116 pal.mId = xrp.getAttributeValue(null, "id");
130 return (pal.mId == null) ? null : pal;
165 return mId;
171 protected String mId;
184 sFallbackPalette.mId = "default_c";
206 pal.mId = xrp.getAttributeValue(null, "id");
214 if (pal.mId == null) {
258 return mId;
    [all...]
  /frameworks/base/core/java/android/print/
PrintAttributes.java 611 private final String mId;
656 mId = id;
663 sIdToMediaSizeMap.put(mId, this);
694 mId = id;
706 mId = id;
724 return mId;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 29 #define CLOGE(fmt, ...) ALOGE("Camera %d: %s: " fmt, mId, __FUNCTION__, \
55 mId(id),
72 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId);
77 return mId;
90 ALOGV("%s: Initializing device for camera %d", __FUNCTION__, mId);
99 String8 deviceName = String8::format("%d", mId);
123 res = module->get_camera_info(mId, &info);
167 res = mStatusTracker->run(String8::format("C3Dev-%d-Status", mId).string());
179 res = mRequestThread->run(String8::format("C3Dev-%d-ReqQueue", mId).string());
310 mId, __FUNCTION__)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 343 Mailbox inbox = Mailbox.restoreMailboxOfType(context, account.mId,
350 ContentUris.withAppendedId(Mailbox.CONTENT_URI, inbox.mId), cv,
399 mAccountId = account.mId;
444 stopManualSync(mailbox.mId);
465 Mailbox.CONTENT_URI, mailbox.mId), cv, null,
480 Mailbox.CONTENT_URI, mailbox.mId), cv, null,
600 long id = mailbox.mId;
669 main.mAccountKey = acct.mId;
711 sb.append(account.mId);
EasAccountService.java 177 ExchangeService.reloadFolderList(mContext, mAccount.mId, true);
222 MailboxUtilities.checkMailboxConsistency(mContext, mAccount.mId);
243 new String[] {Long.toString(mAccount.mId)}) > 0) {
307 new String[] {Long.toString(mAccount.mId)}) > 0) {
360 new String[] {Long.toString(mAccount.mId)}) > 0) {
531 MailboxColumns.ACCOUNT_KEY + '=' + mAccount.mId +
538 inboxId = Mailbox.findMailboxOfType(mContext, mAccount.mId, Mailbox.TYPE_INBOX);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 311 private final String mId;
317 mId = check;
322 suppressDetector(mId, true, mResource, !mGlobal);
475 private final String mId;
479 mId = id;
484 Issue issue = EclipseLintClient.getRegistry().getIssue(mId);
485 assert issue != null : mId;
512 return String.format("Explain Issue (%1$s)", mId);
548 + EclipseLintClient.getRegistry().getIssue(mId).getExplanation(
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 190 attachmentId = attachment.mId;
194 messageId = msg.mId;
283 DownloadRequest req = findDownloadRequest(att.mId);
287 LogUtils.d(TAG, "== Attachment changed: " + att.mId);
294 LogUtils.d(TAG, "== Attachment " + att.mId + " was in queue, removing");
300 if (mDownloadsInProgress.containsKey(att.mId)) return;
309 LogUtils.d(TAG, "== Download queued for attachment " + att.mId + ", class " +
402 EmailContent.delete(mContext, Attachment.CONTENT_URI, att.mId);
412 tryCount = mAttachmentFailureMap.get(att.mId);
652 EmailContent.delete(mContext, Attachment.CONTENT_URI, attachment.mId);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 169 mNotifier.notifyDownloadSpeed(mInfo.mId, 0);
176 if (DownloadInfo.queryDownloadStatus(mContext.getContentResolver(), mInfo.mId)
178 Log.d(TAG, "Download " + mInfo.mId + " already finished; skipping");
199 Log.i(Constants.TAG, "Download " + mInfo.mId + " starting");
227 String msg = "Aborting request for download " + mInfo.mId + ": " + errorMsg;
264 String msg = "Exception for id " + mInfo.mId + ": " + errorMsg;
279 Log.i(Constants.TAG, "Download " + mInfo.mId + " finished with status "
303 mInfo.mId + "; already completed");
552 mNotifier.notifyDownloadSpeed(mInfo.mId, state.mSpeed);
755 Log.i(Constants.TAG, "have run thread before for id: " + mInfo.mId
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 118 this(context, account.mId, new EasServerConnection(context, account, hostAuth));
574 long mailboxId = Mailbox.findMailboxOfType(mContext, account.mId, Mailbox.TYPE_OUTBOX);
577 LogUtils.d(LOG_TAG, "No outbox for account %d, creating it", account.mId);
579 Mailbox.newSystemMailbox(mContext, account.mId, Mailbox.TYPE_OUTBOX);
581 mailboxId = outbox.mId;
584 msg.mAccountKey = account.mId;
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 143 mAccountId = account.mId;
505 long mailboxId = Mailbox.findMailboxOfType(mContext, account.mId, Mailbox.TYPE_OUTBOX);
508 LogUtils.d(TAG, "No outbox for account %d, creating it", account.mId);
510 Mailbox.newSystemMailbox(mContext, account.mId, Mailbox.TYPE_OUTBOX);
512 mailboxId = outbox.mId;
515 msg.mAccountKey = account.mId;
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 95 mBuffer[2] = htonl(param.mId);
113 mBuffer[2] = htonl(param.mId);
  /dalvik/hit/src/com/android/hit/
ClassInstance.java 28 mId = id;
153 return String.format("%s@0x%08x", getTypeName(), mId);
  /frameworks/av/include/media/
AudioEffect.h 287 int32_t id() const { return mId; }
402 int32_t mId; // system wide unique effect engine instance ID
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 204 childDrawable.mId = id;
226 if (layers[i].mId == id) {
241 mLayerState.mChildren[index].mId = id;
271 return mLayerState.mChildren[index].mId;
286 if (layers[i].mId == id) {
633 public int mId;
679 r.mId = or.mId;
  /packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java 68 assertSame(testStore, Store.sStores.get(testAccount.mId));
80 assertSame(testStore, Store.sStores.get(testAccount.mId));
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
TestListFragment.java 80 mCallbacks.onItemSelected(TestItems.getTest(position).mId);

Completed in 668 milliseconds

1 2 3 4 5 67 8 91011>>