summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowManagerPolicy.java
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-05-11 19:32:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-11 19:32:56 -0700
commit58770232216cd735afdfd3dd53151070e06de5ce (patch)
tree502d189420768053f373e17e3bb634d0dfd33c8b /core/java/android/view/WindowManagerPolicy.java
parentdca5fb9e7e193d6aed233e0650691675a56022a3 (diff)
parent7304c343821309dd15f769b18f1de2fa43751573 (diff)
Merge "Move power HAL interactions to PowerManagerService." into jb-dev
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
-rw-r--r--core/java/android/view/WindowManagerPolicy.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java
index 388cfb3f5e87..bc383687125e 100644
--- a/core/java/android/view/WindowManagerPolicy.java
+++ b/core/java/android/view/WindowManagerPolicy.java
@@ -397,6 +397,9 @@ public interface WindowManagerPolicy {
* Creates an input channel that will receive all input from the input dispatcher.
*/
public InputChannel monitorInput(String name);
+
+ public void shutdown();
+ public void rebootSafeMode();
}
/**