OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contactid2
(Results
1 - 7
of
7
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java
457
long
contactId2
= queryContactId(rawContactId2);
471
Cursor cursor = queryContact(
contactId2
);
562
long
contactId2
= queryContactId(rawContactId2);
565
assertTrue(contactId1 !=
contactId2
);
567
assertTrue(
contactId2
!= contactId3);
571
assertDisplayNameEquals(
contactId2
, rawContactId2);
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java
117
long
contactId2
= queryContactId(rawContactId2);
118
assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI,
contactId2
),
125
assertStoredValue(lookupUri2, Contacts._ID,
contactId2
);
DirectoryTest.java
104
long
contactId2
= queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Helen",
126
assertEquals(
contactId2
, cursor.getLong(0));
BaseContactsProvider2Test.java
590
long
contactId2
= queryContactId(rawContactId2);
591
assertTrue(contactId1 ==
contactId2
);
597
long
contactId2
= queryContactId(rawContactId2);
598
assertTrue(contactId1 ==
contactId2
);
606
long
contactId2
= queryContactId(rawContactId2);
607
assertTrue(contactId1 !=
contactId2
);
[
all
...]
ContactsProvider2Test.java
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java
172
long
contactId2
= RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId2);
173
if (contactId ==
contactId2
) {
/packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java
116
public static final String EXTRA_CONTACT_ID2 = "
contactId2
";
[
all
...]
Completed in 307 milliseconds