Home
last modified time | relevance | path

Searched refs:thirdValues (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java509 ContentValues thirdValues = new ContentValues(); in toTestBulkInsertViaProviderApiForType() local
510 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()