diff options
Diffstat (limited to 'services/java/com/android/server/power/PowerManagerService.java')
-rw-r--r-- | services/java/com/android/server/power/PowerManagerService.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/services/java/com/android/server/power/PowerManagerService.java b/services/java/com/android/server/power/PowerManagerService.java index 9052e0e..c2d47e5 100644 --- a/services/java/com/android/server/power/PowerManagerService.java +++ b/services/java/com/android/server/power/PowerManagerService.java @@ -1643,12 +1643,6 @@ public final class PowerManagerService extends IPowerManager.Stub && mMaximumScreenOffTimeoutFromDeviceAdmin < Integer.MAX_VALUE; } - @Override // Binder call - public void preventScreenOn(boolean prevent) { - // TODO Auto-generated method stub - // Only used by phone app, delete this - } - /** * Used by the phone application to make the attention LED flash when ringing. */ |