summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-03-30 18:52:04 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-03-30 18:52:09 +0000
commitf44cb65679aada3b5975d8822cf938313ffbdda0 (patch)
treec60884dfa51e1dde84c8b2d55a691137bac68fb7
parentbf20d851d76de8c772525eaccbca76eda2640c56 (diff)
parent056d307a34787f5a42deac48bc7b1897806a2bbf (diff)
Merge "Expose KeyguardIndicationController"
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
index e1fceb63a572..035fa1d53322 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java
@@ -2736,6 +2736,10 @@ public class StatusBar extends SystemUI implements DemoMode,
return mNotificationPanel.hideStatusBarIconsWhenExpanded();
}
+ public KeyguardIndicationController getKeyguardIndicationController() {
+ return mKeyguardIndicationController;
+ }
+
/**
* All changes to the status bar and notifications funnel through here and are batched.
*/