Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DSystemUpdaterDeviceFlasherTest.java65 String commandsRegex = "echo +--update_package +> +/cache/recovery/command +&& *" in testFlash() local
67 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.matches(commandsRegex))).andReturn( in testFlash()