Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DSettingsPreparer.java82 String shellCmdGet = (!mExpectedSettingValues.isEmpty()) ? in run() local
97 String currentSettingValue = device.executeShellCommand(shellCmdGet).trim(); in run()
115 String currentSettingValue = device.executeShellCommand(shellCmdGet).trim(); in run()