OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contactId1
(Results
1 - 7
of
7
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java
482
long
contactId1
= queryContactId(rawContactId1);
492
if (
contactId1
!= newContactId1) {
493
Cursor cursor = queryContact(
contactId1
);
587
long
contactId1
= queryContactId(rawContactId1);
591
assertTrue(
contactId1
!= contactId2);
592
assertTrue(
contactId1
!= contactId3);
596
assertDisplayNameEquals(
contactId1
, rawContactId1);
[
all
...]
ContactAggregatorTest.java
465
long
contactId1
= queryContactId(rawContactId1);
475
if (
contactId1
!= newContactId1) {
476
Cursor cursor = queryContact(
contactId1
);
570
long
contactId1
= queryContactId(rawContactId1);
574
assertTrue(
contactId1
!= contactId2);
575
assertTrue(
contactId1
!= contactId3);
579
assertDisplayNameEquals(
contactId1
, rawContactId1);
[
all
...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java
113
long
contactId1
= queryContactId(rawContactId1);
114
assertStoredValue(ContentUris.withAppendedId(Contacts.CONTENT_URI,
contactId1
),
122
assertStoredValue(lookupUri1, Contacts._ID,
contactId1
);
DirectoryTest.java
98
long
contactId1
= queryContactId(RawContactUtil.createRawContactWithName(mResolver, "Bob",
BaseContactsProvider2Test.java
643
long
contactId1
= queryContactId(rawContactId1);
645
assertTrue(
contactId1
== contactId2);
650
long
contactId1
= queryContactId(rawContactId1);
652
assertTrue(
contactId1
== contactId2);
654
String displayName = queryDisplayName(
contactId1
);
659
long
contactId1
= queryContactId(rawContactId1);
661
assertTrue(
contactId1
!= contactId2);
[
all
...]
ContactsProvider2Test.java
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java
119
public static final String EXTRA_CONTACT_ID1 = "
contactId1
";
[
all
...]
Completed in 4374 milliseconds