Home
last modified time | relevance | path

Searched refs:storeValue (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java73 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123"); in testLookupKeyUsingSourceIdAndNoAccount()
76 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6"); in testLookupKeyUsingSourceIdAndNoAccount()
79 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar"); in testLookupKeyUsingSourceIdAndNoAccount()
99 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_TYPE, "foo"); in testLookupKeySameSourceIdDifferentAccounts()
100 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_NAME, "FOO"); in testLookupKeySameSourceIdDifferentAccounts()
101 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts()
104 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_TYPE, "bar"); in testLookupKeySameSourceIdDifferentAccounts()
105 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_NAME, "BAR"); in testLookupKeySameSourceIdDifferentAccounts()
106 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts()
130 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeyChoosingLargestContact()
[all …]
DBaseContactsProvider2Test.java865 protected void storeValue(Uri contentUri, long id, String column, String value) { in storeValue() method in BaseContactsProvider2Test
866 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue()
869 protected void storeValue(Uri contentUri, String column, String value) { in storeValue() method in BaseContactsProvider2Test
876 protected void storeValue(Uri contentUri, long id, String column, long value) { in storeValue() method in BaseContactsProvider2Test
877 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue()
880 protected void storeValue(Uri contentUri, String column, long value) { in storeValue() method in BaseContactsProvider2Test
DContactsProvider2Test.java6696 storeValue(photoUri2, Photo.IS_SUPER_PRIMARY, "1"); in testAccountDeletion()
8543 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "first"); in testReadOnlyRawContact()
8544 storeValue(rawContactUri, RawContacts.RAW_CONTACT_IS_READ_ONLY, 1); in testReadOnlyRawContact()
8546 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "second"); in testReadOnlyRawContact()
8552 storeValue(syncAdapterUri, RawContacts.CUSTOM_RINGTONE, "third"); in testReadOnlyRawContact()
8561 storeValue(emailUri, Data.IS_READ_ONLY, "1"); in testReadOnlyDataRow()
8562 storeValue(emailUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow()
8563 storeValue(phoneUri, Phone.NUMBER, "555-2222"); in testReadOnlyDataRow()
8570 storeValue(syncAdapterUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow()
8577 storeValue(rawContactUri1, RawContacts.CUSTOM_RINGTONE, "first"); in testContactWithReadOnlyRawContact()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1362 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary()
1377 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1382 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1389 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1391 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1396 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()
DContactAggregator2Test.java1371 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary()
1386 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1391 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1398 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions()
1400 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions()
1405 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()