diff options
| author | 2017-03-30 18:52:04 +0000 | |
|---|---|---|
| committer | 2017-03-30 18:52:09 +0000 | |
| commit | f44cb65679aada3b5975d8822cf938313ffbdda0 (patch) | |
| tree | c60884dfa51e1dde84c8b2d55a691137bac68fb7 | |
| parent | bf20d851d76de8c772525eaccbca76eda2640c56 (diff) | |
| parent | 056d307a34787f5a42deac48bc7b1897806a2bbf (diff) | |
Merge "Expose KeyguardIndicationController"
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java | 4 |
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. */ |