Home
last modified time | relevance | path

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

/cts/libs/helpers/core/tests/src/com/android/cts/helpers/
DDeviceInteractionHelperRuleTest.java64 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testMissingProperty()
65 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testMissingProperty()
82 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testEmptyProperty()
83 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testEmptyProperty()
100 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testExplicitDefaultProperty()
101 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testExplicitDefaultProperty()
121 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testOnePackageExplicitDefault()
122 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testOnePackageExplicitDefault()
142 DeviceInteractionHelperRule<ICtsDeviceInteractionHelper> rule = in testOnePackage()
143 new DeviceInteractionHelperRule(ICtsDeviceInteractionHelper.class); in testOnePackage()
[all …]
/cts/libs/helpers/core/src/com/android/cts/helpers/
DICtsDeviceInteractionHelper.java33 public interface ICtsDeviceInteractionHelper extends ITestHelper { interface
DDeviceInteractionHelperRule.java64 public class DeviceInteractionHelperRule<T extends ICtsDeviceInteractionHelper>
/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java20 public interface ICtsPrintHelper extends ICtsDeviceInteractionHelper {