Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardDismissUtil.java43 public void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method in KeyguardDismissUtil
50 dismissHandler.executeWhenUnlocked(action); in executeWhenUnlocked()
DKeyguardDismissHandler.java30 void executeWhenUnlocked(OnDismissAction action); in executeWhenUnlocked() method
DStatusBar.java1325 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked); in startKeyguard()
3086 private void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java227 mKeyguardDismissUtil.executeWhenUnlocked(action); in inflateReplyButton()