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.java51 public void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method in KeyguardDismissUtil
58 dismissHandler.executeWhenUnlocked(action); in executeWhenUnlocked()
DKeyguardDismissHandler.java28 void executeWhenUnlocked(OnDismissAction action); in executeWhenUnlocked() method
DStatusBar.java1231 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked); in startKeyguard()
2612 private void executeWhenUnlocked(OnDismissAction action) { in executeWhenUnlocked() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java306 smartReplyView.mKeyguardDismissUtil.executeWhenUnlocked(action); in inflateReplyButton()