Home
last modified time | relevance | path

Searched refs:shouldAllowLockscreenRemoteInput (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManager.java27 boolean shouldAllowLockscreenRemoteInput(); in shouldAllowLockscreenRemoteInput() method
H A DNotificationLockscreenUserManagerImpl.java346 public boolean shouldAllowLockscreenRemoteInput() { in shouldAllowLockscreenRemoteInput() method in NotificationLockscreenUserManagerImpl
H A DNotificationRemoteInputManager.java485 if (mLockscreenUserManager.shouldAllowLockscreenRemoteInput()) { in showBouncerForRemoteInput()