Searched refs:PowerTestHostLink (Results 1 – 2 of 2) sorted by relevance
20 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()
46 public class PowerTestHostLink { class85 public PowerTestHostLink(Context context, HostToDeviceInterface listener) { in PowerTestHostLink() method in PowerTestHostLink