Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInteractionHelperInstallerTest.java79 private void expectDeviceProperty(String value) throws DeviceNotAvailableException { in expectDeviceProperty() method in DeviceInteractionHelperInstallerTest
119 expectDeviceProperty(null); in testNoOptionsNoDeviceProperty()
139 expectDeviceProperty(""); in testNoOptionsEmptyDeviceProperty()
166 expectDeviceProperty("com.helper1:com.helper2"); in testNoOptionsValidDeviceProperty()
193 expectDeviceProperty(null); in testFallbackPackageOptionOverridesDefault()
247 expectDeviceProperty("MyCtsHelpers"); in testInvalidApkWontInstall()
276 expectDeviceProperty("MyCtsHelpers"); in testApkWithoutPackageWontInstall()
306 expectDeviceProperty("MyCtsHelpers"); in testApkWithBadPackageWontInstall()
334 expectDeviceProperty("MyMissingHelpers:com.helper2"); in testMissingPackageFromDevicePropertyDoesntAbort()