Home
last modified time | relevance | path

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

/aoo42x/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java388 … String sCmdFromConfiguration = new String(); // get a value using configuration API in impl_checkGetKeyCommands() local
395 sCmdFromConfiguration = getCommandFromConfiguration(xAccess, sKeys[i]); in impl_checkGetKeyCommands()
396 … System.out.println(sKeys[i] + "-->" + sCmdFromConfiguration + ", by configuration API"); in impl_checkGetKeyCommands()
398 …AcceleratorConfiguration API and configuration API!", sCmdFromCache.equals(sCmdFromConfiguration)); in impl_checkGetKeyCommands()
402 sCmdFromConfiguration = getCommandFromConfiguration(xAccess, sKeys[i]); in impl_checkGetKeyCommands()
403 …System.out.println(sKeys[i] + "-->" + sCmdFromConfiguration + ", by configuration API" + " for loc… in impl_checkGetKeyCommands()
547 String sCmdFromConfiguration = getCommandFromConfiguration(xPrimaryAccess, sKeyEvent); in impl_checkGetPreferredKeyEventsForCommandList() local
548 System.out.println(sCmdFromConfiguration); in impl_checkGetPreferredKeyEventsForCommandList()
549 if (sCommandList[i].equals(sCmdFromConfiguration)) in impl_checkGetPreferredKeyEventsForCommandList()

Completed in 18 milliseconds