Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java28 implements PowerTestHostLink.HostToDeviceInterface {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java53 public interface HostToDeviceInterface { interface in PowerTestHostLink
82 private final HostToDeviceInterface mHostToDeviceExecutor;
85 public PowerTestHostLink(Context context, HostToDeviceInterface listener) { in PowerTestHostLink()