Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java399 ShellNls nls = new ShellNls(); in onCommand()
703 private void waitForSnooze(ShellNls nls, String key) { in waitForSnooze()
720 private boolean waitForBind(ShellNls nls) { in waitForBind()
736 private void waitForUnbind(ShellNls nls) { in waitForUnbind()
757 private static class ShellNls extends NotificationListenerService { class in NotificationShellCmd
758 private static ShellNls
773 public static ShellNls getInstance() { in getInstance()