Searched refs:DeviceResetFeature (Results 1 – 4 of 4) sorted by relevance
51 private DeviceResetFeature mFeature;60 mFeature = new DeviceResetFeature(); in setUp()
81 args.put(DeviceResetFeature.DEVICE_NAME, mContext.getDeviceName(device)); in resetDevice()82 response = mClient.triggerFeature(DeviceResetFeature.DEVICE_RESET_FEATURE_NAME, args); in resetDevice()
48 public class DeviceResetFeature implements IRemoteFeature, IConfigurationReceiver, ITestInformation… class
3 com.android.tradefed.device.internal.DeviceResetFeature