Searched refs:ALLOW_ATT_MESSAGES_FROM (Results 1 – 2 of 2) sorted by relevance
118 private static final String ALLOW_ATT_MESSAGES_FROM = "messagesFrom"; field in ZenModeConfig524 final int messagesFrom = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, -1); in readXml()601 out.attribute(null, ALLOW_ATT_MESSAGES_FROM, Integer.toString(allowMessagesFrom)); in writeXml()732 final int messages = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, ZenPolicy.PEOPLE_TYPE_UNSET); in readZenPolicyXml()824 writeZenPolicyState(ALLOW_ATT_MESSAGES_FROM, policy.getPriorityMessageSenders(), out); in writeZenPolicyXml()847 || Objects.equals(attr, ALLOW_ATT_MESSAGES_FROM)) { in writeZenPolicyState()
63828 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_MESSAGES_FROM:Ljava/lang/String;