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