Searched refs:secondValues (Results 1 – 1 of 1) sorted by relevance
529 ContentValues secondValues = new ContentValues(); in toTestBulkInsertViaProviderApiForType() local530 secondValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_1); in toTestBulkInsertViaProviderApiForType()531 secondValues.put(Settings.NameValueTable.VALUE, FAKE_SETTING_VALUE_1); in toTestBulkInsertViaProviderApiForType()532 allValues[1] = secondValues; in toTestBulkInsertViaProviderApiForType()