Searched refs:FAKE_SETTING_NAME_2 (Results 1 – 2 of 2) sorted by relevance
516 deleteStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()536 thirdValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()553 String thirdValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()559 deleteStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()
54 protected static final String FAKE_SETTING_NAME_2 = "fake_setting_name2"; field in BaseSettingsProviderTest