Searched refs:nativeSetInteractive (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp125 static void nativeSetInteractive(JNIEnv *env, jclass clazz, jboolean enable) { function in namespace:android
169 { "nativeSetInteractive", "(Z)V",
170 (void*) nativeSetInteractive },
H A Dcom_android_server_input_InputManagerService.cpp1269 static void nativeSetInteractive(JNIEnv* env, function in namespace:android
1386 { "nativeSetInteractive", "(JZ)V",
1387 (void*) nativeSetInteractive },
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java432 private static native void nativeSetInteractive(boolean enable); method in class:PowerManagerService
456 nativeSetInteractive(true);
2119 nativeSetInteractive(enable);
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java189 private static native void nativeSetInteractive(long ptr, boolean interactive); method in class:InputManagerService
1794 nativeSetInteractive(mPtr, interactive);

Completed in 359 milliseconds