Searched refs:SOURCE_ANYONE (Results 1 – 6 of 6) sorted by relevance
391 config.allowCallsFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()392 config.allowMessagesFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()
81 public static final int SOURCE_ANYONE = Policy.PRIORITY_SENDERS_ANY; field in ZenModeConfig352 case SOURCE_ANYONE: in sourceToString()842 return source >= SOURCE_ANYONE && source <= MAX_SOURCE; in isValidSource()1185 case SOURCE_ANYONE: return Policy.PRIORITY_SENDERS_ANY; in sourceToPrioritySenders()1196 case Policy.PRIORITY_SENDERS_ANY: return SOURCE_ANYONE; in prioritySendersToSource()
374 case ZenModeConfig.SOURCE_ANYONE: in audienceMatches()
1204 case ZenModeConfig.SOURCE_ANYONE: in getNotificationPolicyState()
293 when(mNotificationPolicy.allowMessagesFrom()).thenReturn(ZenModeConfig.SOURCE_ANYONE); in setUp()
50014 Landroid/service/notification/ZenModeConfig;->SOURCE_ANYONE:I