Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java110 String response = ManagedTestDeviceFactory.EXPECTED_RES + "\n"; in testFrameworkAvailable()
117 ManagedTestDeviceFactory.EXPECTED_RES); in testFrameworkAvailable()
146 ManagedTestDeviceFactory.EXPECTED_RES); in testFrameworkNotAvailable()
182 ManagedTestDeviceFactory.EXPECTED_RES); in testCheckFramework_emptyReturns()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java55 protected static final String EXPECTED_RES = "/system/bin/pm"; field in ManagedTestDeviceFactory
165 String cmd = String.format(CHECK_PM_CMD, EXPECTED_RES); in checkFrameworkSupport()
170 if (EXPECTED_RES.equals(output)) { in checkFrameworkSupport()