Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java530 registerService(Context.VIBRATOR_SERVICE, Vibrator.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java3354 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context