OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SensorNotSupportedException
(Results
1 - 3
of
3
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/helpers/
SensorNotSupportedException.java
24
public class
SensorNotSupportedException
extends SensorTestStateNotSupportedException {
25
public
SensorNotSupportedException
(int sensorType) {
29
public
SensorNotSupportedException
(int sensorType, boolean wakeup) {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DeviceSuspendTestActivity.java
40
import android.hardware.cts.helpers.
SensorNotSupportedException
;
174
throw new
SensorNotSupportedException
(Sensor.TYPE_ACCELEROMETER, true);
182
throw new
SensorNotSupportedException
(Sensor.TYPE_GYROSCOPE, true);
190
throw new
SensorNotSupportedException
(Sensor.TYPE_MAGNETIC_FIELD, true);
198
throw new
SensorNotSupportedException
(Sensor.TYPE_ACCELEROMETER, true);
206
throw new
SensorNotSupportedException
(Sensor.TYPE_GYROSCOPE, true);
214
throw new
SensorNotSupportedException
(Sensor.TYPE_MAGNETIC_FIELD, true);
222
throw new
SensorNotSupportedException
(Sensor.TYPE_ACCELEROMETER, false);
230
throw new
SensorNotSupportedException
(Sensor.TYPE_ACCELEROMETER, false);
OffBodySensorTestActivity.java
28
import android.hardware.cts.helpers.
SensorNotSupportedException
;
364
throw new
SensorNotSupportedException
(Sensor.TYPE_LOW_LATENCY_OFFBODY_DETECT, true);
373
throw new
SensorNotSupportedException
(Sensor.TYPE_LOW_LATENCY_OFFBODY_DETECT, true);
382
throw new
SensorNotSupportedException
(Sensor.TYPE_LOW_LATENCY_OFFBODY_DETECT, true);
Completed in 81 milliseconds