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