HomeSort by relevance Sort by last modified time
    Searched defs:getNotificationInterface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 125 private final INotificationManager getNotificationInterface() {
159 INotificationManager noMan = getNotificationInterface();
190 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions);
NotificationListenerService.java 510 protected final INotificationManager getNotificationInterface() {
550 getNotificationInterface().cancelNotificationFromListener(
580 getNotificationInterface().cancelNotificationsFromListener(mWrapper,
621 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys);
647 getNotificationInterface().snoozeNotificationUntilContextFromListener(
670 getNotificationInterface().snoozeNotificationUntilFromListener(
692 getNotificationInterface().setNotificationsShownFromListener(mWrapper, keys);
716 getNotificationInterface().updateNotificationChannelFromPrivilegedListener(
739 return getNotificationInterface().getNotificationChannelsFromPrivilegedListener
    [all...]

Completed in 53 milliseconds