Searched refs:executeWhenUnlocked (Results 1 – 4 of 4) sorted by relevance
51 public void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method in KeyguardDismissUtil58 dismissHandler.executeWhenUnlocked(action); in executeWhenUnlocked()
28 void executeWhenUnlocked(OnDismissAction action); in executeWhenUnlocked() method
1231 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked); in startKeyguard()2612 private void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method
306 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action); in inflateReplyButton()