Home
last modified time | relevance | path

Searched refs:KeyguardIndicationController (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
H A DKeyguardLogger.kt24 import com.android.systemui.statusbar.KeyguardIndicationController
89 KeyguardIndicationController.TAG,
105 KeyguardIndicationController.TAG,
120 KeyguardIndicationController.TAG,
137 KeyguardIndicationController.TAG,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardIndicationAreaBinder.kt31 import com.android.systemui.statusbar.KeyguardIndicationController
56 indicationController: KeyguardIndicationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java27 import com.android.systemui.statusbar.KeyguardIndicationController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java35 import com.android.systemui.statusbar.KeyguardIndicationController;
66 KeyguardIndicationController.DEFAULT_HIDE_DELAY_MS
H A DKeyguardViewConfigurator.kt48 import com.android.systemui.statusbar.KeyguardIndicationController
73 private val indicationController: KeyguardIndicationController,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerBaseTest.java178 protected KeyguardIndicationController mController;
253 mController = new KeyguardIndicationController( in createController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
H A DKeyguardPreviewRenderer.kt66 import com.android.systemui.statusbar.KeyguardIndicationController
97 private val indicationController: KeyguardIndicationController,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java137 public class KeyguardIndicationController { class
251 public KeyguardIndicationController( in KeyguardIndicationController() method in KeyguardIndicationController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerBaseTest.java126 import com.android.systemui.statusbar.KeyguardIndicationController;
270 @Mock protected KeyguardIndicationController mKeyguardIndicationController;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java140 import com.android.systemui.statusbar.KeyguardIndicationController;
225 @Mock private KeyguardIndicationController mKeyguardIndicationController;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java202 import com.android.systemui.statusbar.KeyguardIndicationController;
487 KeyguardIndicationController mKeyguardIndicationController;
754 KeyguardIndicationController keyguardIndicationController, in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java171 import com.android.systemui.statusbar.KeyguardIndicationController;
507 private final KeyguardIndicationController mKeyguardIndicationController;
752 KeyguardIndicationController keyguardIndicationController, in NotificationPanelViewController()