Home
last modified time | relevance | path

Searched refs:mLockIconController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSuperStatusBarViewFactory.java45 private final LockscreenLockIconController mLockIconController; field in SuperStatusBarViewFactory
59 mLockIconController = lockIconController; in SuperStatusBarViewFactory()
82 mLockIconController.attach(lockIcon); in getNotificationShadeWindowView()
DKeyguardIndicationController.java107 private LockscreenLockIconController mLockIconController; field in KeyguardIndicationController
199 mLockIconController = lockIconController; in setLockIconController()
603 if (mLockIconController != null) {
604 mLockIconController.setTransientBiometricsError(false);
759 if (mLockIconController != null) { in animatePadlockError()
760 mLockIconController.setTransientBiometricsError(true); in animatePadlockError()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLockscreenIconControllerTest.java51 private LockscreenLockIconController mLockIconController; field in LockscreenIconControllerTest
88 mLockIconController = new LockscreenLockIconController( in setUp()
95 mLockIconController.attach(mLockIcon); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java178 private LockscreenLockIconController mLockIconController; field in NewNotifPipelineBubbleControllerTest