Home
last modified time | relevance | path

Searched refs:CHANNEL_POLICY_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java343 CHANNEL_POLICY_PRIORITY,
365 public static final int CHANNEL_POLICY_PRIORITY = 1; field in ZenPolicy
588 case CHANNEL_POLICY_PRIORITY: in getPriorityChannelsAllowed()
1013 mZenPolicy.mAllowChannels = allow ? CHANNEL_POLICY_PRIORITY : CHANNEL_POLICY_NONE; in allowPriorityChannels()
1284 case CHANNEL_POLICY_PRIORITY: in channelTypeToString()
/frameworks/proto_logging/stats/enums/dnd/
Ddnd_enums.proto62 CHANNEL_POLICY_PRIORITY = 1; enumerator
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeEventLogger.java22 import static android.service.notification.NotificationServiceProto.CHANNEL_POLICY_PRIORITY;
606 ? CHANNEL_POLICY_PRIORITY in getDNDPolicyProto()
/frameworks/base/core/proto/android/service/
Dnotification.proto378 CHANNEL_POLICY_PRIORITY = 1; enumerator
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java3657 .isEqualTo(DNDProtoEnums.CHANNEL_POLICY_PRIORITY); in testZenModeEventLog_policyAllowChannels()