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.java460 registerService(Context.VIBRATOR_SERVICE, Vibrator.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java2729 public static final String VIBRATOR_SERVICE = "vibrator"; field in Context