Home
last modified time | relevance | path

Searched defs:SENSOR_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java585 registerService(Context.SENSOR_SERVICE, SensorManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3775 public static final String SENSOR_SERVICE = "sensor"; field in Context