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

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 46 Context.SENSOR_SERVICE);
GyroscopeTestActivity.java 86 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 87 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE);
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
Balls.java 77 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 75 (SensorManager) getContext().getSystemService(Context.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);
WindowOrientationListener.java 80 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/webkit/
DeviceMotionService.java 132 mSensorManager = (SensorManager) mContext.getSystemService(Context.SENSOR_SERVICE);
DeviceOrientationService.java 139 mSensorManager = (SensorManager) mContext.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/
ProximitySensorManager.java 187 (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 68 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 83 .getSystemService(Context.SENSOR_SERVICE);
203 .getSystemService(Context.SENSOR_SERVICE);
211 .getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 52 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
Sensors.java 217 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 54 mSensorManager = (SensorManager)getContext().getSystemService(Context.SENSOR_SERVICE);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 65 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
MissileLauncherActivity.java 79 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 77 mSensorManager = (SensorManager) mContext.getSystemService(Context.SENSOR_SERVICE);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 65 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 78 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 226 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /packages/apps/Camera/src/com/android/camera/panorama/
PanoramaActivity.java 278 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
    [all...]

Completed in 793 milliseconds

1 2