Searched refs:fromSystemOrSystemUi (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | RankingConfig.java | 47 boolean fromUser, int callingUid, boolean fromSystemOrSystemUi); in updateNotificationChannel() argument 54 int callingUid, boolean fromSystemOrSystemUi); in deleteNotificationChannel() argument
|
D | PreferencesHelper.java | 909 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 …]
|
D | ZenModeHelper.java | 382 boolean fromSystemOrSystemUi) { in requestFromListener() argument 386 fromSystemOrSystemUi ? UPDATE_ORIGIN_SYSTEM_OR_SYSTEMUI : UPDATE_ORIGIN_APP, in requestFromListener()
|