Searched refs:ALLOW_ATT_MESSAGES_FROM (Results 1 – 2 of 2) sorted by relevance
134 private static final String ALLOW_ATT_MESSAGES_FROM = "messagesFrom"; field in ZenModeConfig476 final int messagesFrom = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, -1); in readXml()561 out.attributeInt(null, ALLOW_ATT_MESSAGES_FROM, allowMessagesFrom); in writeXml()696 final int messages = safeInt(parser, ALLOW_ATT_MESSAGES_FROM, ZenPolicy.PEOPLE_TYPE_UNSET); in readZenPolicyXml()794 writeZenPolicyState(ALLOW_ATT_MESSAGES_FROM, policy.getPriorityMessageSenders(), out); in writeZenPolicyXml()818 || Objects.equals(attr, ALLOW_ATT_MESSAGES_FROM)) { in writeZenPolicyState()
49916 Landroid/service/notification/ZenModeConfig;->ALLOW_ATT_MESSAGES_FROM:Ljava/lang/String;