Searched refs:nativeIsInputDeviceEnabled (Results 1 – 2 of 2) sorted by relevance
340 private static native boolean nativeIsInputDeviceEnabled(long ptr, int deviceId); in nativeIsInputDeviceEnabled() method in InputManagerService918 return nativeIsInputDeviceEnabled(mPtr, deviceId); in isInputDeviceEnabled()
2106 static jboolean nativeIsInputDeviceEnabled(JNIEnv* env /* env */, in nativeIsInputDeviceEnabled() function2337 {"nativeIsInputDeviceEnabled", "(JI)Z", (void*)nativeIsInputDeviceEnabled},