Searched refs:firstValues (Results 1 – 1 of 1) sorted by relevance
523 ContentValues firstValues = new ContentValues(); in toTestBulkInsertViaProviderApiForType() local524 firstValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME); in toTestBulkInsertViaProviderApiForType()525 firstValues.put(Settings.NameValueTable.VALUE, FAKE_SETTING_VALUE); in toTestBulkInsertViaProviderApiForType()526 allValues[0] = firstValues; in toTestBulkInsertViaProviderApiForType()