/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactLookupKeyTest.java | 81 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "123"); in testLookupKeyUsingSourceIdAndNoAccount() 84 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "4.5.6"); in testLookupKeyUsingSourceIdAndNoAccount() 87 storeValue(RawContacts.CONTENT_URI, rawContactId3, RawContacts.SOURCE_ID, "http://foo?bar"); in testLookupKeyUsingSourceIdAndNoAccount() 111 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_TYPE, "foo"); in testLookupKeySameSourceIdDifferentAccounts() 112 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.ACCOUNT_NAME, "FOO"); in testLookupKeySameSourceIdDifferentAccounts() 113 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts() 116 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_TYPE, "bar"); in testLookupKeySameSourceIdDifferentAccounts() 117 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.ACCOUNT_NAME, "BAR"); in testLookupKeySameSourceIdDifferentAccounts() 118 storeValue(RawContacts.CONTENT_URI, rawContactId2, RawContacts.SOURCE_ID, "1"); in testLookupKeySameSourceIdDifferentAccounts() 142 storeValue(RawContacts.CONTENT_URI, rawContactId1, RawContacts.SOURCE_ID, "1"); in testLookupKeyChoosingLargestContact() [all …]
|
D | BaseContactsProvider2Test.java | 891 protected void storeValue(Uri contentUri, long id, String column, String value) { in storeValue() method in BaseContactsProvider2Test 892 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 895 protected void storeValue(Uri contentUri, String column, String value) { in storeValue() method in BaseContactsProvider2Test 902 protected void storeValue(Uri contentUri, long id, String column, long value) { in storeValue() method in BaseContactsProvider2Test 903 storeValue(ContentUris.withAppendedId(contentUri, id), column, value); in storeValue() 906 protected void storeValue(Uri contentUri, String column, long value) { in storeValue() method in BaseContactsProvider2Test
|
D | ContactsProvider2Test.java | 6710 storeValue(photoUri2, Photo.IS_SUPER_PRIMARY, "1"); in testAccountDeletion() 8536 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "first"); in testReadOnlyRawContact() 8537 storeValue(rawContactUri, RawContacts.RAW_CONTACT_IS_READ_ONLY, 1); in testReadOnlyRawContact() 8539 storeValue(rawContactUri, RawContacts.CUSTOM_RINGTONE, "second"); in testReadOnlyRawContact() 8545 storeValue(syncAdapterUri, RawContacts.CUSTOM_RINGTONE, "third"); in testReadOnlyRawContact() 8554 storeValue(emailUri, Data.IS_READ_ONLY, "1"); in testReadOnlyDataRow() 8555 storeValue(emailUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow() 8556 storeValue(phoneUri, Phone.NUMBER, "555-2222"); in testReadOnlyDataRow() 8563 storeValue(syncAdapterUri, Email.ADDRESS, "changed"); in testReadOnlyDataRow() 8570 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 | 1296 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary() 1311 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1316 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1323 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1325 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1330 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()
|
D | ContactAggregator2Test.java | 1294 storeValue(nameUri2, Data.IS_SUPER_PRIMARY, 1); in testMergedSuperPrimaryName_changeSuperPrimary() 1309 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1314 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1321 storeValue(RawContacts.CONTENT_URI, rawContactId1, in testAggregationModeSuspendedSeparateTransactions() 1323 storeValue(RawContacts.CONTENT_URI, rawContactId2, in testAggregationModeSuspendedSeparateTransactions() 1328 storeValue(name1, StructuredName.GIVEN_NAME, "the"); in testAggregationModeSuspendedSeparateTransactions()
|