HomeSort by relevance Sort by last modified time
    Searched refs:mId (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/hit/src/com/android/hit/
ThreadObj.java 20 long mId;
24 mId = id;
RootObj.java 43 mId = id;
52 theClass = state.findClass(mId);
54 Instance instance = state.findReference(mId);
71 instance = mHeap.mState.findClass(mId);
73 instance = mHeap.mState.findReference(mId);
109 return String.format("%s@0x08x", mType.getName(), mId);
StackFrame.java 25 long mId;
34 mId = id;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordListInfo.java 23 public final String mId;
26 mId = id;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 43 if (mId.equals(AccessibilityDetector.ISSUE.getId())) {
45 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) {
47 } else if (mId.equals(SecurityDetector.EXPORTED_SERVICE.getId())) {
49 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) {
51 } else if (mId.equals(TranslationDetector.MISSING.getId())) {
53 } else if (mId.equals(ManifestOrderDetector.ALLOW_BACKUP.getId())) {
56 assert false : mId;
63 if (mId.equals(TranslationDetector.MISSING.getId())) {
72 if (mId.equals(AccessibilityDetector.ISSUE.getId())) {
74 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId()))
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockTextAppearanceFactory.java 47 private final int mId;
49 mId = id;
52 return mId;
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 63 if (mAccount != null && mAccount.mId > 0) {
65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null);
72 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, true,
74 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", mAccount.mId, true,
76 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box3", mAccount.mId, true,
78 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", mAccount.mId, true,
80 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box5", mAccount.mId, true,
88 String accountSelector = MailboxColumns.ACCOUNT_KEY + " IN (" + mAccount.mId + ")";
92 box1 = Mailbox.restoreMailboxWithId(mProviderContext, box1.mId);
93 box2 = Mailbox.restoreMailboxWithId(mProviderContext, box2.mId);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MailboxUtilitiesTests.java 63 if (mAccount != null && mAccount.mId > 0) {
65 ContentUris.withAppendedId(Account.CONTENT_URI, mAccount.mId), null, null);
72 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, true,
74 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", mAccount.mId, true,
76 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box3", mAccount.mId, true,
78 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", mAccount.mId, true,
80 Mailbox box5 = EmailContentSetupUtils.setupMailbox("box5", mAccount.mId, true,
88 String accountSelector = MailboxColumns.ACCOUNT_KEY + " IN (" + mAccount.mId + ")";
92 box1 = Mailbox.restoreMailboxWithId(mProviderContext, box1.mId);
93 box2 = Mailbox.restoreMailboxWithId(mProviderContext, box2.mId);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
RecentMailboxManagerTest.java 95 Mailbox untouchedMailbox = Mailbox.restoreMailboxWithId(mMockContext, mailbox.mId);
101 mManager.touch(1L, mailbox.mId).get();
104 Mailbox touchedMailbox = Mailbox.restoreMailboxWithId(mMockContext, mailbox.mId);
113 Mailbox touchedMailbox = Mailbox.restoreMailboxWithId(mMockContext, mailbox.mId);
132 assertEquals(mMailboxArray[1].mId, (long) testList.get(0)); // Drafts
133 assertEquals(mMailboxArray[3].mId, (long) testList.get(1)); // Sent
140 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId).get(); // costello
145 assertEquals(mMailboxArray[7].mId, (long) testList.get(0)); // costello
146 assertEquals(mMailboxArray[1].mId, (long) testList.get(1)); // Drafts
147 assertEquals(mMailboxArray[3].mId, (long) testList.get(2)); // Sen
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 26 private final int mId;
31 mId = id;
35 return mId;
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
72 message.set(AdbMessage.A_OKAY, mId, mPeerId);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 11 int mId;
18 mId = intent.getIntExtra("id", -1);
19 Log.d("StatusBarTest", "Remembering notification id=" + mId);
26 Log.d("StatusBarTest", "onPause: Canceling notification id=" + mId);
28 nm.cancel(mId);
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
MailboxTests.java 81 "1", b.mAccountKey, b.mId, true, false, c, starred, read);
98 long account1Id = account1.mId;
100 long box1Id = box1.mId;
114 long account1Id = account1.mId;
116 long box1Id = box1.mId;
118 long box2Id = box2.mId;
148 Mailbox bi = ProviderTestUtils.setupMailbox("b1", a.mId, true, c, Mailbox.TYPE_INBOX);
149 Mailbox bm = ProviderTestUtils.setupMailbox("b2", a.mId, true, c, Mailbox.TYPE_MAIL);
151 assertEquals(Mailbox.TYPE_INBOX, Mailbox.getMailboxType(c, bi.mId));
152 assertEquals(Mailbox.TYPE_MAIL, Mailbox.getMailboxType(c, bm.mId));
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 51 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true,
53 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true,
56 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box3", acct2.mId, true,
58 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", acct2.mId, true,
63 errorMap.put(box1.mId, securityErrorAccount1);
64 errorMap.put(box2.mId, ioError);
65 errorMap.put(box3.mId, securityErrorAccount2);
66 errorMap.put(box4.mId, securityErrorAccount2);
75 assertNotNull(errorMap.get(box2.mId));
76 assertNotNull(errorMap.get(box1.mId));
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java 51 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", acct1.mId, true,
53 Mailbox box2 = EmailContentSetupUtils.setupMailbox("box2", acct1.mId, true,
56 Mailbox box3 = EmailContentSetupUtils.setupMailbox("box3", acct2.mId, true,
58 Mailbox box4 = EmailContentSetupUtils.setupMailbox("box4", acct2.mId, true,
63 errorMap.put(box1.mId, securityErrorAccount1);
64 errorMap.put(box2.mId, ioError);
65 errorMap.put(box3.mId, securityErrorAccount2);
66 errorMap.put(box4.mId, securityErrorAccount2);
75 assertNotNull(errorMap.get(box2.mId));
76 assertNotNull(errorMap.get(box1.mId));
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
CompletionInfo.java 28 private final long mId;
37 mId = id;
47 mId = id;
54 mId = source.readLong();
65 return mId;
96 + "\" id=" + mId + " label=" + mLabel + "}";
106 dest.writeLong(mId);
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
PartRequest.java 45 return ((PartRequest)o).mAttachment.mId == mAttachment.mId;
49 return (int)mAttachment.mId;
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java 29 private final long mId;
39 mId = id;
51 mId = getLong(cursor, StreamItemPhotos._ID);
61 return mId;
95 return mId == streamItemPhotoEntry.mId ? 0
96 : mId < streamItemPhotoEntry.mId ? -1 : 1;
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 294 Mailbox mailbox = ProviderTestUtils.setupMailbox("box", account.mId, true, providerContext);
297 Attachment att = ProviderTestUtils.setupAttachment(mailbox.mId, "name", 123, true,
299 long attachmentId = att.mId;
300 Uri uri = AttachmentUtilities.getAttachmentUri(account.mId, attachmentId);
306 Uri notExistUri = AttachmentUtilities.getAttachmentUri(account.mId, 123456789);
325 Mailbox mailbox1_1 = ProviderTestUtils.setupMailbox("mbox1_1", account1.mId, true,
327 Mailbox mailbox1_2 = ProviderTestUtils.setupMailbox("mbox1_2", account1.mId, true,
329 Mailbox mailbox1_3 = ProviderTestUtils.setupMailbox("mbox1_3", account1.mId, true,
331 Mailbox mailbox1_4 = ProviderTestUtils.setupMailbox("mbox1_4", account1.mId, true,
333 Mailbox mailbox1_5 = ProviderTestUtils.setupMailbox("mbox1_5", account1.mId, true
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 64 mAccountId = mAccount.mId;
67 mMailboxId = mMailbox.mId;
97 Attachment att1 = ProviderTestUtils.setupAttachment(message.mId, "filename1", 1000,
99 Attachment att2 = ProviderTestUtils.setupAttachment(message.mId, "filename2", 1000,
101 Attachment att3 = ProviderTestUtils.setupAttachment(message.mId, "filename3", 1000,
103 Attachment att4 = ProviderTestUtils.setupAttachment(message.mId, "filename4", 1000,
113 long[] expectedAttachmentIds = new long[] {att1.mId, att4.mId, att2.mId, att3.mId};
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 38 private final int mId;
50 mId = id;
64 return mId;
115 return "UsbInterface[mId=" + mId + ",mClass=" + mClass +
141 parcel.writeInt(mId);
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 151 long accountId = account.mId;
156 long boxId = box.mId;
182 long account1Id = account1.mId;
184 long box1Id = box1.mId;
186 long box2Id = box2.mId;
188 long boxDestId = boxDest.mId;
194 long message1Id = message1.mId;
195 long message2Id = message2.mId;
214 long account1Id = account1.mId;
216 long boxId = box.mId;
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockTask.java 26 private final int mId;
31 mId = id;
55 return mName + mId;
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 105 Uri attachment1Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
107 Uri attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
109 Uri attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId,
121 AttachmentUtilities.getAttachmentUri(account1.mId, attachment1Id).toString();
128 AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id).toString();
135 AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id).toString();
140 attachment2Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment2Id);
156 attachment3Uri = AttachmentUtilities.getAttachmentUri(account1.mId, attachment3Id);
173 Message m = ProviderTestUtils.setupMessage("1", b.mAccountKey, b.mId, true, false, c, false,
187 "box1", a1.mId, true, mMockContext, Mailbox.TYPE_INBOX)
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 107 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, true,
112 Message msg1 = EmailContentSetupUtils.setupMessage("message1", mAccount.mId, box1.mId,
114 ids.add(msg1.mId);
115 Message msg2 = EmailContentSetupUtils.setupMessage("message2", mAccount.mId, box1.mId,
117 ids.add(msg2.mId);
118 Message msg3 = EmailContentSetupUtils.setupMessage("message3", mAccount.mId, box1.mId,
120 ids.add(msg3.mId);
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 107 Mailbox box1 = EmailContentSetupUtils.setupMailbox("box1", mAccount.mId, true,
112 Message msg1 = EmailContentSetupUtils.setupMessage("message1", mAccount.mId, box1.mId,
114 ids.add(msg1.mId);
115 Message msg2 = EmailContentSetupUtils.setupMessage("message2", mAccount.mId, box1.mId,
117 ids.add(msg2.mId);
118 Message msg3 = EmailContentSetupUtils.setupMessage("message3", mAccount.mId, box1.mId,
120 ids.add(msg3.mId);
    [all...]

Completed in 324 milliseconds

1 2 3 4 5 6 7 8 91011>>