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

  /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 59 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
SensorTest.java 143 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 70 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
WindowOrientationListener.java 66 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 221 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 65 mSensorManager = (SensorManager)getSystemService(Context.SENSOR_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 169 ServiceManager.addService(Context.SENSOR_SERVICE, new SensorService(context));
  /frameworks/base/core/java/android/hardware/
SensorManager.java 46 * Context.getSystemService()} with an argument of {@link android.content.Context#SENSOR_SERVICE}.
526 ServiceManager.getService(Context.SENSOR_SERVICE));
    [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 310 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 4951 milliseconds