Home
last modified time | relevance | path

Searched refs:mKeyguardIndicationController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java392 KeyguardIndicationController mKeyguardIndicationController; field in StatusBar
905 mKeyguardIndicationController = in makeStatusBarView()
909 mNotificationPanel.setKeyguardIndicationController(mKeyguardIndicationController); in makeStatusBarView()
1142 mKeyguardIndicationController = in onThemeChanged()
1146 mNotificationPanel.setKeyguardIndicationController(mKeyguardIndicationController); in onThemeChanged()
1147 mKeyguardIndicationController in onThemeChanged()
1149 mKeyguardIndicationController.setVisible(mState == StatusBarState.KEYGUARD); in onThemeChanged()
1150 mKeyguardIndicationController.setDozing(mDozing); in onThemeChanged()
1318 mKeyguardIndicationController in startKeyguard()
2798 if (mKeyguardIndicationController != null) { in dump()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java127 @Mock private KeyguardIndicationController mKeyguardIndicationController; field in StatusBarTest
207 mKeyguardIndicationController, mStackScroller, mHeadsUpManager, in setup()
726 mKeyguardIndicationController = key; in TestableStatusBar()