Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java27 boolean shouldAllowLockscreenRemoteInput(); in shouldAllowLockscreenRemoteInput() method
DNotificationLockscreenUserManagerImpl.java264 public boolean shouldAllowLockscreenRemoteInput() { in shouldAllowLockscreenRemoteInput() method in NotificationLockscreenUserManagerImpl
DNotificationRemoteInputManager.java385 if (!mLockscreenUserManager.shouldAllowLockscreenRemoteInput()) { in activateRemoteInput()