Home
last modified time | relevance | path

Searched defs:secondValues (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java5824 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemsWithSelection() local
5844 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemById() local
5855 secondValues); in testQueryStreamItemById() local
5888 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemPhotoByStreamItemId() local
5920 ContentValues secondValues = buildGenericStreamItemValues(); in testQueryStreamItemPhotoByStreamItemPhotoId() local
6187 ContentValues secondValues = buildGenericStreamItemValues(); in testDeleteStreamItemById() local
6198 RawContacts.StreamItems.CONTENT_DIRECTORY), secondValues); in testDeleteStreamItemById() local
6207 ContentValues secondValues = buildGenericStreamItemValues(); in testDeleteStreamItemWithSelection() local
6218 RawContacts.StreamItems.CONTENT_DIRECTORY), secondValues); in testDeleteStreamItemWithSelection() local
/aosp_15_r20/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsProviderTest.java529 ContentValues secondValues = new ContentValues(); in toTestBulkInsertViaProviderApiForType() local