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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 47 Context.SENSOR_SERVICE);
MagnetometerTestActivity.java 46 Context.SENSOR_SERVICE);
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 87 SensorManager sm = (SensorManager)mContext.getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 74 (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
SensorManagerTest.java 94 mSensorManager = (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 56 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
SensorTest.java 140 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 70 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
WindowOrientationListener.java 71 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /packages/apps/Phone/src/com/android/phone/
AccelerometerListener.java 68 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 217 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 65 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...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 138 mSensorManager = (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 374 SensorManager sensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 254 milliseconds