Searched refs:mAllowChannels (Results 1 – 1 of 1) sorted by relevance
172 private @ChannelType int mAllowChannels = CHANNEL_POLICY_UNSET; field in ZenPolicy392 mAllowChannels = allowChannels; in ZenPolicy()576 return mAllowChannels; in getAllowedChannels()587 switch (mAllowChannels) { in getPriorityChannelsAllowed()656 mZenPolicy.mConversationSenders, mZenPolicy.mAllowChannels); in build()1013 mZenPolicy.mAllowChannels = allow ? CHANNEL_POLICY_PRIORITY : CHANNEL_POLICY_NONE; in allowPriorityChannels()1019 mZenPolicy.mAllowChannels = channelType; in allowChannels()1037 dest.writeInt(mAllowChannels); in writeToParcel()1087 sb.append(", allowChannels=").append(channelTypeToString(mAllowChannels)); in toString()1304 return eq && other.mAllowChannels == mAllowChannels; in equals()[all …]