HomeSort by relevance Sort by last modified time
    Searched refs:vibratorExists (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/jni/
com_android_server_VibratorService.cpp 32 static jboolean vibratorExists(JNIEnv *env, jobject clazz)
50 { "vibratorExists", "()Z", (void*)vibratorExists },
  /frameworks/base/services/java/com/android/server/
VibratorService.java 66 native static boolean vibratorExists();
400 // return !mInputDeviceVibrators.isEmpty() || vibratorExists();
402 return vibratorExists();

Completed in 1051 milliseconds