HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 76 - 100 of 158) sorted by null

1 2 34 5 6 7

  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 83 assertEquals(download.mId, download.getLongField(DownloadManager.COLUMN_ID));
203 cursor = mManager.query(new DownloadManager.Query().setFilterById(download2.mId));
268 assertEquals(download.mId, cursor.getLong(idIndex));
320 mManager.remove(download.mId);
386 mManager.remove(download.mId);
402 assertEquals(download.mId, intentId);
411 intent.setData(Uri.parse(Downloads.Impl.CONTENT_URI + "/" + download.mId));
554 mManager.restartDownload(download.mId);
  /cts/tools/host/src/com/android/cts/
TestSession.java 31 private int mId;
60 mId = sIdCounter++;
174 return mId;
250 + " (session id = " + mId + ")");
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupNamesTests.java 131 mAccountId = mAccount.mId;
AccountSettingsTests.java 157 mAccountId = mAccount.mId;
AccountSetupAccountTypeUnitTests.java 65 Uri uri = ContentUris.withAppendedId(Account.CONTENT_URI, account.mId);
  /frameworks/base/core/jni/
android_nfc_NdefRecord.cpp 94 jfieldID mType, mId, mPayload, mTnf;
130 mId = e->GetFieldID(record_cls, "mId", "[B");
137 e->SetObjectField(o, mId, id);
  /frameworks/base/libs/ui/
Input.cpp 180 mId(other.mId), mName(other.mName), mSources(other.mSources),
189 mId = id;
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 169 body.mMessageKey = localMessage.mId;
367 localAttachment.mMessageKey = localMessage.mId;
380 Uri uri = ContentUris.withAppendedId(Attachment.MESSAGE_ID_URI, localMessage.mId);
395 localAttachment.mId = dbAttachment.mId;
439 long attachmentId = localAttachment.mId;
507 EmailContent.Body.restoreBodyHtmlWithMessageId(context, localMessage.mId));
514 EmailContent.Body.restoreBodyTextWithMessageId(context, localMessage.mId));
528 EmailContent.Body.restoreIntroTextWithMessageId(context, localMessage.mId));
536 EmailContent.Body.restoreReplyHtmlWithMessageId(context, localMessage.mId));
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 126 mMailboxIdAsString = Long.toString(mMailbox.mId);
132 Message.MAILBOX_KEY + "=" + mMailbox.mId, null);
134 Message.MAILBOX_KEY + "=" + mMailbox.mId, null);
136 Message.MAILBOX_KEY + "=" + mMailbox.mId, null);
270 msg.mAccountKey = mAccount.mId;
271 msg.mMailboxKey = mMailbox.mId;
541 AttachmentProvider.deleteAllAttachmentFiles(mContext, mAccount.mId, id);
564 ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailbox.mId))
590 Uri uri = ContentUris.withAppendedId(Account.ADD_TO_FIELD_URI, mAccount.mId);
592 MailService.actionNotifyNewMessages(mContext, mAccount.mId);
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SyncManager.java 416 if (account.mId == id) {
425 if (account.mId == id) {
454 + account.mId, null);
456 addAccountMailbox(account.mId);
478 sb.append(account.mId);
503 sb.append(account.mId);
533 } else if (!currentAccounts.contains(account.mId)) {
535 stopAccountSyncs(account.mId, true);
545 account.mId);
555 Long.toString(account.mId)
2055 long mid = c.getLong(Mailbox.CONTENT_ID_COLUMN); local
    [all...]
EasSyncService.java     [all...]
EasOutboxService.java 186 new String[] {Long.toString(mMailbox.mId)}, null);
228 msg.mMailboxKey = mailbox.mId;
  /frameworks/base/services/audioflinger/
AudioDumpInterface.cpp 265 : mInterface(interface), mId(id),
292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
358 mId = valueInt;
426 : mInterface(interface), mId(id),
448 sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 92 int mId;
97 mId = msgId;
102 this.mId = other.mId;
199 switch (rilMsg.mId) {
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 126 // mDraft has mId > 0 after the first draft save.
324 mDraft.mId = draftId;
627 // Body body = Body.restoreBodyWithMessageId(MessageCompose.this, message.mId);
628 message.mHtml = Body.restoreBodyHtmlWithMessageId(MessageCompose.this, message.mId);
629 message.mText = Body.restoreBodyTextWithMessageId(MessageCompose.this, message.mId);
634 Body.restoreReplyHtmlWithMessageId(MessageCompose.this, message.mId);
636 Body.restoreReplyTextWithMessageId(MessageCompose.this, message.mId);
638 Body.restoreIntroTextWithMessageId(MessageCompose.this, message.mId);
640 message.mId);
688 }.execute(message.mId);
    [all...]
MessageView.java 630 MessageCompose.actionReply(this, mMessage.mId, false);
637 MessageCompose.actionReply(this, mMessage.mId, true);
644 MessageCompose.actionForward(this, mMessage.mId);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 64 info.mId = getLong(Downloads.Impl._ID);
214 public long mId;
274 intent.putExtra(DownloadManager.EXTRA_DOWNLOAD_ID, mId);
464 Log.v(Constants.TAG, "Service spawning thread to handle download " + mId);
487 return ContentUris.withAppendedId(Downloads.Impl.CONTENT_URI, mId);
491 return ContentUris.withAppendedId(Downloads.Impl.ALL_DOWNLOADS_CONTENT_URI, mId);
497 Log.v(Constants.TAG, "ID : " + mId);
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 258 if (moveCameraToFront && mediaSet.mId == LocalDataSource.CAMERA_BUCKET_ID) {
319 byte[] albumData = sAlbumCache.get(set.mId, 0);
331 item.mId = dis.readLong();
358 item.mContentUri = baseUri + item.mId;
404 item.mId = cursor.getLong(CacheService.MEDIA_ID_INDEX);
417 item.mContentUri = baseUri + item.mId;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplayItem.java 129 if (mItemRef.mId != Shared.INVALID) {
142 if (mItemRef.mId != Shared.INVALID && mItemRef.mId != 0) {
MediaItem.java 33 // mId is not a unique identifier of the item mId is initialized to -1 in
36 public long mId;
  /packages/apps/Mms/src/com/android/mms/transaction/
ReadRecTransaction.java 59 mId = uri;
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java 89 public long mId = NOT_SAVED;
99 mUri = ContentUris.withAppendedId(mBaseUri, mId);
105 return mId != NOT_SAVED;
113 content.mId = cursor.getLong(0);
128 mId = Long.parseLong(res.getPathSegments().get(1));
656 mId = c.getLong(CONTENT_ID_COLUMN);
717 // If saving, set the mId's of the various saved objects
720 mId = Long.parseLong(u.getPathSegments().get(1));
727 a.mId = Long.parseLong(u.getPathSegments().get(1));
729 a.mMessageKey = mId;
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java 474 command.mId = cursor.getLong(0);
508 mDb.delete("pending_commands", "id = ?", new String[] { Long.toString(command.mId) });
512 private long mId;
809 new String[] { Long.toString(localMessage.mId) });
855 new String[] { Long.toString(localMessage.mId) },
    [all...]
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 138 private int mId;
188 mId = id[0];
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupNames.java 154 AccountSetupBasics.actionAccountCreateFinished(this, mAccount.mId);
186 mCheckAccountStateTask = new CheckAccountStateTask(mAccount.mId);

Completed in 885 milliseconds

1 2 34 5 6 7