Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java116 String expectedCmd = String.format(ManagedTestDeviceFactory.CHECK_PM_CMD, in testFrameworkAvailable()
145 String expectedCmd = String.format(ManagedTestDeviceFactory.CHECK_PM_CMD, in testFrameworkNotAvailable()
181 String expectedCmd = String.format(ManagedTestDeviceFactory.CHECK_PM_CMD, in testCheckFramework_emptyReturns()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java54 protected static final String CHECK_PM_CMD = "ls %s"; field in ManagedTestDeviceFactory
165 String cmd = String.format(CHECK_PM_CMD, EXPECTED_RES); in checkFrameworkSupport()