Searched refs:FAKE_SETTING_NAME_2 (Results 1 – 2 of 2) sorted by relevance
490 deleteStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()510 thirdValues.put(Settings.NameValueTable.NAME, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()527 String thirdValue = queryStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()533 deleteStringViaProviderApi(type, FAKE_SETTING_NAME_2); in toTestBulkInsertViaProviderApiForType()
52 protected static final String FAKE_SETTING_NAME_2 = "fake_setting_name2"; field in BaseSettingsProviderTest