Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java20 import com.android.cts.verifier.sensors.helpers.PowerTestHostLink;
28 implements PowerTestHostLink.HostToDeviceInterface {
30 private PowerTestHostLink mHostLink;
89 mHostLink = new PowerTestHostLink(this, this); in testSensorsPower()
98 PowerTestHostLink.PowerTestResult testResult = mHostLink.run(); in testSensorsPower()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java46 public class PowerTestHostLink { class
85 public PowerTestHostLink(Context context, HostToDeviceInterface listener) { in PowerTestHostLink() method in PowerTestHostLink