HomeSort by relevance Sort by last modified time
    Searched refs:SENSOR_SERVICE (Results 1 - 25 of 73) sorted by null

1 2 3

  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 43 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE);
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 157 SensorManager sm = (SensorManager) getSystemService(SENSOR_SERVICE);
166 SensorManager sm = (SensorManager) getSystemService(SENSOR_SERVICE);
211 SensorManager sm = (SensorManager) getSystemService(SENSOR_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 50 Context.SENSOR_SERVICE);
HeartRateMonitorTestActivity.java 53 Context.SENSOR_SERVICE);
SensorSynchronizationTestActivity.java 46 .getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorSupportTest.java 47 (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
SensorParameterRangeTest.java 59 mSensorManager = (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
SensorBatchingFifoTest.java 49 mSensorManager = (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/services/core/java/com/android/server/policy/
WakeGestureListener.java 43 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
MovementDetectorHelper.java 49 mSensorManager = (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
TestSensorManager.java 62 (SensorManager) environment.getContext().getSystemService(Context.SENSOR_SERVICE);
TestSensorEnvironment.java 307 (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java 99 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
RotationVectorDemo.java 52 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SensorManagerTest.java 26 sensorManager = (SensorManager) Robolectric.application.getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
MotionSensor.java 55 .getSystemService(Context.SENSOR_SERVICE);
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
Balls.java 77 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 55 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
SensorTest.java 140 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 69 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
MotionSensorWTime.java 61 .getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 68 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 84 .getSystemService(Context.SENSOR_SERVICE);
206 .getSystemService(Context.SENSOR_SERVICE);
214 .getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 54 mSensorManager = (SensorManager)getContext().getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 122 return (SensorManager) getSystemService(Context.SENSOR_SERVICE);

Completed in 472 milliseconds

1 2 3