Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java378 protected void executeShellCommand(String commandTemplate, Object...args) throws Exception { in executeShellCommand() argument
379 executeShellCommand(String.format(commandTemplate, args)); in executeShellCommand()