Searched refs:executeWhenUnlocked (Results 1 – 4 of 4) sorted by relevance
43 public void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method in KeyguardDismissUtil50 dismissHandler.executeWhenUnlocked(action); in executeWhenUnlocked()
30 void executeWhenUnlocked(OnDismissAction action); in executeWhenUnlocked() method
1325 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked); in startKeyguard()3086 private void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method
227 mKeyguardDismissUtil.executeWhenUnlocked(action); in inflateReplyButton()