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