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);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
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);
TestSensorEnvironment.java 221 (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
TestSensorManager.java 77 (SensorManager) environment.getContext().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/Dialer/src/com/android/dialer/
ProximitySensorManager.java 187 (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 68 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /packages/services/Telephony/src/com/android/phone/
AccelerometerListener.java 68 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 85 .getSystemService(Context.SENSOR_SERVICE);
207 .getSystemService(Context.SENSOR_SERVICE);
215 .getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 54 mSensorManager = (SensorManager)getContext().getSystemService(Context.SENSOR_SERVICE);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 255 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);
291 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 255 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);
291 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);

Completed in 387 milliseconds

1 2 3