Searched refs:allowConversationsFrom (Results 1 – 10 of 10) sorted by relevance
288 if (from.allowConversationsFrom != to.allowConversationsFrom) { in ConfigDiff()290 new FieldDiff<>(from.allowConversationsFrom, to.allowConversationsFrom)); in ConfigDiff()
193 public int allowConversationsFrom = DEFAULT_ALLOW_CONV_FROM; field in ZenModeConfig232 allowConversationsFrom = source.readInt(); in ZenModeConfig()266 dest.writeInt(allowConversationsFrom); in writeToParcel()285 (allowConversationsFrom)) in toString()384 && other.allowConversationsFrom == allowConversationsFrom; in equals()394 allowConversationsFrom); in hashCode()566 out.attributeInt(null, ALLOW_ATT_CONV_FROM, allowConversationsFrom); in writeXml()929 .allowConversations(allowConversations ? allowConversationsFrom in toZenPolicy()1161 allowConversationsFrom, priorityConversationSenders); in toNotificationPolicy()1241 allowConversationsFrom = normalizeConversationSenders(allowConversations, in applyNotificationPolicy()[all …]
160 c1.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_IMPORTANT; in testConfigDiff_specialSenders()161 c2.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_NONE; in testConfigDiff_specialSenders()
394 config.allowConversationsFrom = CONVERSATION_SENDERS_IMPORTANT; in getCustomConfig()413 config.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_NONE; in getMutedAllConfig()
680 assertEquals(policy.getPriorityConversationSenders(), proto.allowConversationsFrom); in assertProtoMatches()
869 mZenModeHelper.mConfig.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_ANYONE; in testParcelConfig()893 mZenModeHelper.mConfig.allowConversationsFrom = ZenPolicy.CONVERSATION_SENDERS_ANYONE; in testWriteXml()
504 mNewPolicy.allowConversationsFrom()); in getDNDPolicyProto()
780 ZenPolicy.conversationTypeToString(config.allowConversationsFrom), in dump()
2449 public int allowConversationsFrom() { in allowConversationsFrom() method in NotificationManager.Policy
291 when(mNotificationPolicy.allowConversationsFrom()).thenReturn(CONVERSATION_SENDERS_ANYONE); in setUp()