HomeSort by relevance Sort by last modified time
    Searched full:includedeleted (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/notification/
RankingConfig.java 39 int uid, boolean includeDeleted, boolean includeNonGrouped);
43 NotificationChannel getNotificationChannel(String pkg, int uid, String channelId, boolean includeDeleted);
47 ParceledListSlice<NotificationChannel> getNotificationChannels(String pkg, int uid, boolean includeDeleted);
RankingHelper.java 737 boolean includeDeleted) {
747 if (nc != null && (includeDeleted || !nc.isDeleted())) {
    [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
INotificationManager.aidl 71 ParceledListSlice getNotificationChannelGroupsForPackage(String pkg, int uid, boolean includeDeleted);
73 NotificationChannelGroup getPopulatedNotificationChannelGroupForPackage(String pkg, int uid, String groupId, boolean includeDeleted);
77 NotificationChannel getNotificationChannelForPackage(String pkg, int uid, String channelId, boolean includeDeleted);
80 ParceledListSlice getNotificationChannelsForPackage(String pkg, int uid, boolean includeDeleted);
81 int getNumNotificationChannelsForPackage(String pkg, int uid, boolean includeDeleted);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 188 pkg, mAppUid, false /* includeDeleted */);

Completed in 3892 milliseconds