Home
last modified time | relevance | path

Searched defs:launchCommand (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java84 List<String> launchCommand = new ArrayList(); in initValidClient() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayActivityLaunchTests.java622 final String launchCommand = "am start -n " + getActivityName(LAUNCHING_ACTIVITY) in testMoveToDisplayOnLaunch() local
665 final String launchCommand = "am start -n " + getActivityName(RESIZEABLE_ACTIVITY) in testMoveToEmptyDisplayOnLaunch() local
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java101 List<String> launchCommand = new ArrayList(clientCommands); in initValidCecClient() local