HomeSort by relevance Sort by last modified time
    Searched refs:SensorTestPlatformException (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorTestPlatformException.java 23 public class SensorTestPlatformException extends Exception {
24 public SensorTestPlatformException(String format, Object ... params) {
28 public SensorTestPlatformException(String message) {
SensorCtsHelper.java 239 * @throws SensorTestPlatformException If the string cannot be sanitized.
242 throws SensorTestPlatformException {
245 throw new SensorTestPlatformException(
SensorStats.java 164 public static String getSanitizedSensorName(Sensor sensor) throws SensorTestPlatformException {
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/reporting/
ISensorTestNode.java 19 import android.hardware.cts.helpers.SensorTestPlatformException;
31 String getName() throws SensorTestPlatformException;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
RepeatingSensorOperation.java 20 import android.hardware.cts.helpers.SensorTestPlatformException;
86 public String getName() throws SensorTestPlatformException {
SensorOperation.java 20 import android.hardware.cts.helpers.SensorTestPlatformException;
106 public String getName() throws SensorTestPlatformException {
SensorOperationTest.java 22 import android.hardware.cts.helpers.SensorTestPlatformException;
38 public String getName() throws SensorTestPlatformException {
TestSensorOperation.java 27 import android.hardware.cts.helpers.SensorTestPlatformException;
213 } catch (SensorTestPlatformException e) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 29 import android.hardware.cts.helpers.SensorTestPlatformException;
159 public String getName() throws SensorTestPlatformException {

Completed in 671 milliseconds