summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2017-07-20 11:29:59 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-07-20 11:29:59 +0000
commit520caf4a75ae374a96e7893b60b3533dfb2224a4 (patch)
treec0768ee234189b72339825aecdbf1c41e677b350 /core/java
parent3c7e41a6e9c0b190d7a60f0c4f2664d42b7dd3bc (diff)
parentd3878b5e124920cc89ef6cb4c7fad68a03b896b8 (diff)
Merge "Keyguard: Factor out Screen and Wakefulness lifecycles" into oc-dr1-dev
am: d3878b5e12 Change-Id: I11ddc51a8c71d22b5420def8a4c0f3f57954a081
Diffstat (limited to 'core/java')
-rw-r--r--core/java/com/android/internal/policy/IKeyguardService.aidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/com/android/internal/policy/IKeyguardService.aidl b/core/java/com/android/internal/policy/IKeyguardService.aidl
index 3f35c91a44e6..69184c34cf7a 100644
--- a/core/java/com/android/internal/policy/IKeyguardService.aidl
+++ b/core/java/com/android/internal/policy/IKeyguardService.aidl
@@ -64,6 +64,11 @@ oneway interface IKeyguardService {
void onStartedWakingUp();
/**
+ * Called when the device has finished waking up.
+ */
+ void onFinishedWakingUp();
+
+ /**
* Called when the device screen is turning on.
*/
void onScreenTurningOn(IKeyguardDrawnCallback callback);
@@ -74,6 +79,11 @@ oneway interface IKeyguardService {
void onScreenTurnedOn();
/**
+ * Called when the screen starts turning off.
+ */
+ void onScreenTurningOff();
+
+ /**
* Called when the screen has turned off.
*/
void onScreenTurnedOff();