Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp107 static jboolean vibratorExists(JNIEnv* /* env */, jobject /* clazz */) in vibratorExists() function
202 { "vibratorExists", "()Z", (void*)vibratorExists },
/frameworks/base/services/core/java/com/android/server/
DVibratorService.java159 static native boolean vibratorExists(); in vibratorExists() method in VibratorService
1032 return vibratorExists(); in doVibratorExists()