Searched refs:executeWhenUnlocked (Results 1 – 4 of 4) sorted by relevance
53 public void executeWhenUnlocked(OnDismissAction action, boolean requiresShadeOpen) { in executeWhenUnlocked() method in KeyguardDismissUtil60 dismissHandler.executeWhenUnlocked(action, requiresShadeOpen); in executeWhenUnlocked()
29 void executeWhenUnlocked(OnDismissAction action, boolean requiresShadeOpen); in executeWhenUnlocked() method
1306 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked); in startKeyguard()2714 private void executeWhenUnlocked(OnDismissAction action, boolean requiresShadeOpen) { in executeWhenUnlocked() method
309 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action, !entry.isRowPinned()); in inflateReplyButton()