Searched refs:thirdValues (Results 1 – 1 of 1) sorted by relevance
509 ContentValues thirdValues = new ContentValues(); in toTestBulkInsertViaProviderApiForType() local510 thirdValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()511 thirdValues.put(Settings.NameValueTable.VALUE, FAKE_SETTING_VALUE_2); in toTestBulkInsertViaProviderApiForType()512 allValues[2] = thirdValues; in toTestBulkInsertViaProviderApiForType()