HomeSort by relevance Sort by last modified time
    Searched full:vibratorservice (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/jni/
com_android_server_VibratorService.cpp 17 #define LOG_TAG "VibratorService"
57 return jniRegisterNativeMethods(env, "com/android/server/VibratorService",
  /frameworks/base/services/java/com/android/server/
VibratorService.java 52 public class VibratorService extends IVibratorService.Stub
54 private static final String TAG = "VibratorService";
135 VibratorService(Context context) {
569 VibratorService.this.doVibratorOn(duration, uid);
SystemServer.java 134 VibratorService vibrator = null;
285 vibrator = new VibratorService(context);
    [all...]

Completed in 232 milliseconds