Searched refs:vibratorExists (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_VibratorService.cpp32 static jboolean vibratorExists(JNIEnv *env, jobject clazz) function in namespace:android
50 { "vibratorExists", "()Z", (void*)vibratorExists },
/frameworks/base/services/java/com/android/server/
H A DVibratorService.java67 native static boolean vibratorExists(); method in class:VibratorService
411 // return !mInputDeviceVibrators.isEmpty() || vibratorExists();
413 return vibratorExists();

Completed in 1093 milliseconds