Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java404 ShellNls nls = new ShellNls(); in onCommand() local
405 nls.registerAsSystemService(mDirectService.getContext(), in onCommand()
406 new ComponentName(nls.getClass().getPackageName(), in onCommand()
407 nls.getClass().getName()), in onCommand()
409 if (!waitForBind(nls)) { in onCommand()
416 nls.snoozeNotification(key, duration); in onCommand()
420 nls.snoozeNotification(key, criterion); in onCommand()
422 waitForSnooze(nls, key); in onCommand()
423 nls.unregisterAsSystemService(); in onCommand()
424 waitForUnbind(nls); in onCommand()
[all …]
DNotificationManagerService.java10721 NotificationListenerFilter nls = mListeners.getNotificationListenerFilter(listener.mKey);
10722 if (nls != null
10723 && (!nls.isTypeAllowed(notificationType)
10724 || !nls.isPackageAllowed(