Home
last modified time | relevance | path

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

/aoo4110/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java383 … if (xAccess.hasByName(sKeys[i]) && getCommandFromConfiguration(xAccess, sKeys[i]).length() > 0) in impl_checkGetKeyCommands()
395 sCmdFromConfiguration = getCommandFromConfiguration(xAccess, sKeys[i]); in impl_checkGetKeyCommands()
402 sCmdFromConfiguration = getCommandFromConfiguration(xAccess, sKeys[i]); in impl_checkGetKeyCommands()
440 String sOriginalCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
446 String sChangedCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
463 String sOriginalCommand = getCommandFromConfiguration(xSecondaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
469 String sChangedCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
547 String sCmdFromConfiguration = getCommandFromConfiguration(xPrimaryAccess, sKeyEvent); in impl_checkGetPreferredKeyEventsForCommandList()
563 private String getCommandFromConfiguration(XNameAccess xAccess, String sKey) in getCommandFromConfiguration() method in AcceleratorsConfigurationTest

Completed in 12 milliseconds