Searched refs:defaultKeys (Results 1 – 1 of 1) sorted by relevance
551 String[] defaultKeys = new String[] { "defaultKey1", "defaultKey2", in test_stringPropertyNames_scenario2() local559 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2()560 keyList.add(defaultKeys[index]); in test_stringPropertyNames_scenario2()586 for (int index = 3; index < defaultKeys.length; index++) { in test_stringPropertyNames_scenario2()587 defaults.setProperty(defaultKeys[index], defaultValues[index]); in test_stringPropertyNames_scenario2()588 keyList.add(defaultKeys[index]); in test_stringPropertyNames_scenario2()