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

12 3

  /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);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
BatchStepSensorFragment.java 255 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);
291 (SensorManager) getActivity().getSystemService(Activity.SENSOR_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 75 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
RotationVectorTestActivity.java 167 Context.SENSOR_SERVICE);
RVCVRecordActivity.java 653 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
770 mSensorManager = (SensorManager)getSystemService(SENSOR_SERVICE);
DeviceSuspendTestActivity.java 63 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
SignificantMotionTestActivity.java 272 .getSystemService(Context.SENSOR_SERVICE);
StepCounterTestActivity.java 79 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 92 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 92 mSensorManager = (SensorManager) 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);
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 92 mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
OrientationSensorExampleActivity.java 169 sensorMgr = (SensorManager) getApplicationContext().getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 75 mSensorManager = (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
457 (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
SingleSensorTests.java 121 (SensorManager) getContext().getSystemService(Context.SENSOR_SERVICE);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 65 mSensorManager = (SensorManager) getSystemService(SENSOR_SERVICE);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
SensorChannel.java 84 mSenMan = (SensorManager) service.getSystemService(Context.SENSOR_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java 88 mSensorManager = (SensorManager) context.getSystemService(Context.SENSOR_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 81 mSensorManager = (SensorManager) mContext.getSystemService(Context.SENSOR_SERVICE);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 47 SYSTEM_SERVICE_MAP.put(Context.SENSOR_SERVICE, "android.hardware.TestSensorManager");
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 80 checkSystemService(Context.SENSOR_SERVICE, android.hardware.TestSensorManager.class);
  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 85 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);
    [all...]
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 78 mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE);

Completed in 1259 milliseconds

12 3