Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java440 @Nullable AuthBypassPredicate authBypassCheck) { in activateRemoteInput() argument
462 final boolean deferBouncer = authBypassCheck != null; in activateRemoteInput()
484 userMessageContent, authBypassCheck); in activateRemoteInput()
520 riv.setBouncerChecker(() -> !authBypassCheck.canSendRemoteInputWithoutBouncer() in activateRemoteInput()