Searched defs:nativeForceSuspend (Results 1 – 4 of 4) sorted by relevance
31 static jint nativeForceSuspend(JNIEnv* /* env */, jclass /* clazz */, jint timeoutMs) { in nativeForceSuspend() function
447 private static native int nativeForceSuspend(int timeoutMs); in nativeForceSuspend() method in CarServiceHelperService
301 static bool nativeForceSuspend(JNIEnv* /* env */, jclass /* clazz */) { in nativeForceSuspend() function
693 public boolean nativeForceSuspend() { in nativeForceSuspend() method in PowerManagerService.NativeWrapper739 private static native boolean nativeForceSuspend(); in nativeForceSuspend() method in PowerManagerService