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