Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DRankingConfig.java47 boolean fromUser, int callingUid, boolean fromSystemOrSystemUi); in updateNotificationChannel() argument
54 int callingUid, boolean fromSystemOrSystemUi); in deleteNotificationChannel() argument
DPreferencesHelper.java909 boolean fromTargetApp, int callingUid, boolean fromSystemOrSystemUi) { in createNotificationChannelGroup() argument
955 updateCurrentUserHasChannelsBypassingDnd(callingUid, fromSystemOrSystemUi); in createNotificationChannelGroup()
962 boolean fromSystemOrSystemUi) { in createNotificationChannel() argument
1103 updateCurrentUserHasChannelsBypassingDnd(callingUid, fromSystemOrSystemUi); in createNotificationChannel()
1132 boolean fromUser, int callingUid, boolean fromSystemOrSystemUi) { in updateNotificationChannel() argument
1196 updateCurrentUserHasChannelsBypassingDnd(callingUid, fromSystemOrSystemUi); in updateNotificationChannel()
1370 int callingUid, boolean fromSystemOrSystemUi) { in deleteNotificationChannel() argument
1385 updateCurrentUserHasChannelsBypassingDnd(callingUid, fromSystemOrSystemUi); in deleteNotificationChannel()
1578 String groupId, int callingUid, boolean fromSystemOrSystemUi) { in deleteNotificationChannelGroup() argument
1604 updateCurrentUserHasChannelsBypassingDnd(callingUid, fromSystemOrSystemUi); in deleteNotificationChannelGroup()
[all …]
DZenModeHelper.java382 boolean fromSystemOrSystemUi) { in requestFromListener() argument
386 fromSystemOrSystemUi ? UPDATE_ORIGIN_SYSTEM_OR_SYSTEMUI : UPDATE_ORIGIN_APP, in requestFromListener()