Searched refs:nativeSetAutoSuspend (Results 1 – 4 of 4) sorted by relevance
216 static void nativeSetAutoSuspend(JNIEnv* /* env */, jclass /* clazz */, jboolean enable) { in nativeSetAutoSuspend() function258 {"nativeSetAutoSuspend", "(Z)V", (void*)nativeSetAutoSuspend},
952 public void nativeSetAutoSuspend(boolean enable) { in nativeSetAutoSuspend() method in PowerManagerService.NativeWrapper953 PowerManagerService.nativeSetAutoSuspend(enable); in nativeSetAutoSuspend()1156 private static native void nativeSetAutoSuspend(boolean enable);1281 mNativeWrapper.nativeSetAutoSuspend(false);3937 mNativeWrapper.nativeSetAutoSuspend(enable);
3263 verify(mNativeWrapperMock).nativeSetAutoSuspend(true); in testHalAutoSuspendMode_enabledByConfiguration()3284 verify(mNativeWrapperMock, never()).nativeSetAutoSuspend(true); in testHalAutoSuspendMode_disabledByConfiguration()
21419 HSPLcom/android/server/power/PowerManagerService$NativeWrapper;->nativeSetAutoSuspend(Z)V