/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 73 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 …]
|
D | BaseContactsProvider2Test.java | 873 protected void storeValue(Uri contentUri, long id, String column, String value) { in storeValue() method in BaseContactsProvider2Test 874 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 877 protected void storeValue(Uri contentUri, String column, String value) { in storeValue() method in BaseContactsProvider2Test 884 protected void storeValue(Uri contentUri, long id, String column, long value) { in storeValue() method in BaseContactsProvider2Test 885 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 888 protected void storeValue(Uri contentUri, String column, long value) { in storeValue() method in BaseContactsProvider2Test
|
D | ContactsProvider2Test.java | 6696 storeValue(photoUri2, Photo.IS_SUPER_PRIMARY, "1"); in testAccountDeletion() 8582 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "first"); in testReadOnlyRawContact() 8583 storeValue(rawContactUri, RawContacts.RAW_CONTACT_IS_READ_ONLY, 1); in testReadOnlyRawContact() 8585 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "second"); in testReadOnlyRawContact() 8591 storeValue(syncAdapterUri, RawContacts.CUSTOM_RINGTONE, "third"); in testReadOnlyRawContact() 8600 storeValue(emailUri, Data.IS_READ_ONLY, "1"); in testReadOnlyDataRow() 8601 storeValue(emailUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow() 8602 storeValue(phoneUri, Phone.NUMBER, "555-2222"); in testReadOnlyDataRow() 8609 storeValue(syncAdapterUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow() 8616 storeValue(rawContactUri1, RawContacts.CUSTOM_RINGTONE, "first"); in testContactWithReadOnlyRawContact() [all …]
|
/packages/apps/TV/common/src/com/android/tv/common/dev/ |
D | DeveloperPreference.java | 67 storeValue(context, value); in set() 70 protected abstract void storeValue(Context context, T value); in storeValue() method in DeveloperPreference 106 public void storeValue(Context context, Boolean value) { in storeValue() method in DeveloperPreference.DeveloperBooleanPreference 123 protected void storeValue(Context context, Integer value) { in storeValue() method in DeveloperPreference.DeveloperIntegerPreference
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1397 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary() 1412 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1417 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1424 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1426 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1431 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()
|
D | ContactAggregator2Test.java | 1405 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary() 1420 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1425 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1432 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1434 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1439 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()
|