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

  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorTestStateNotSupportedException.java 24 public class SensorTestStateNotSupportedException extends RuntimeException {
25 public SensorTestStateNotSupportedException(String format, Object ... params) {
29 public SensorTestStateNotSupportedException(String message) {
SensorNotSupportedException.java 24 public class SensorNotSupportedException extends SensorTestStateNotSupportedException {
  /cts/tests/sensor/src/android/hardware/cts/
SensorTestCase.java 20 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
53 } catch (SensorTestStateNotSupportedException e) {
SensorTest.java 30 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
90 throw new SensorTestStateNotSupportedException(
440 throw new SensorTestStateNotSupportedException(
476 throw new SensorTestStateNotSupportedException(
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckTestActivity.java 24 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
340 private void loadOpenCVSuccessfulOrSkip() throws SensorTestStateNotSupportedException {
342 throw new SensorTestStateNotSupportedException("Skipped due to OpenCV cannot be loaded");
345 private void recordSuccessfulOrSkip() throws SensorTestStateNotSupportedException {
347 throw new SensorTestStateNotSupportedException("Skipped due to record failure.");
350 private void analyzeSuccessfulOrSkip() throws SensorTestStateNotSupportedException {
352 throw new SensorTestStateNotSupportedException("Skipped due to CV Analysis failure.");
DynamicSensorDiscoveryTestActivity.java 27 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
68 } catch (SensorTestStateNotSupportedException e) {
299 throw new SensorTestStateNotSupportedException(
306 throw new SensorTestStateNotSupportedException(
313 throw new SensorTestStateNotSupportedException(
DeviceSuspendTestActivity.java 34 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
289 throw new SensorTestStateNotSupportedException(
511 throws SensorTestStateNotSupportedException {
514 throw new SensorTestStateNotSupportedException("Batching not supported.");
519 throws SensorTestStateNotSupportedException {
523 throw new SensorTestStateNotSupportedException("FIFO too small to test reliably");
RotationVectorTestActivity.java 31 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
84 throw new SensorTestStateNotSupportedException("Rotation vectors are not supported.");
StepCounterTestActivity.java 30 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
84 throw new SensorTestStateNotSupportedException(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
SensorTestDetails.java 25 import android.hardware.cts.helpers.SensorTestStateNotSupportedException;
84 } else if (cause instanceof SensorTestStateNotSupportedException) {

Completed in 937 milliseconds