Home
last modified time | relevance | path

Searched refs:ChannelType (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dbuffer_hub.h23 enum ChannelType { enum
32 ChannelType channel_type) in BufferHubChannel()
102 ChannelType channel_type() const { return channel_type_; } in channel_type()
124 ChannelType channel_type_;
/frameworks/base/core/java/android/service/notification/
DZenPolicy.java172 private @ChannelType int mAllowChannels = CHANNEL_POLICY_UNSET;
347 private @interface ChannelType {} annotation in ZenPolicy
386 @ConversationSenders int conversationSenders, @ChannelType int allowChannels) { in ZenPolicy()
575 public @ChannelType int getAllowedChannels() { in getAllowedChannels()
1018 public @NonNull Builder allowChannels(@ChannelType int channelType) { in allowChannels()
1280 public static String channelTypeToString(@ChannelType int channelType) { in channelTypeToString()