Searched refs:SOURCE_ANYONE (Results 1 – 6 of 6) sorted by relevance
344 config.allowCallsFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()345 config.allowMessagesFrom = ZenModeConfig.SOURCE_ANYONE; in getCustomConfig()
302 case ZenModeConfig.SOURCE_ANYONE: in audienceMatches()
78 public static final int SOURCE_ANYONE = Policy.PRIORITY_SENDERS_ANY; field in ZenModeConfig426 case SOURCE_ANYONE: in sourceToString()899 return source >= SOURCE_ANYONE && source <= MAX_SOURCE; in isValidSource()1232 case SOURCE_ANYONE: return Policy.PRIORITY_SENDERS_ANY; in sourceToPrioritySenders()1243 case Policy.PRIORITY_SENDERS_ANY: return SOURCE_ANYONE; in prioritySendersToSource()
1202 case ZenModeConfig.SOURCE_ANYONE: in getNotificationPolicyState()
294 when(mNotificationPolicy.allowMessagesFrom()).thenReturn(ZenModeConfig.SOURCE_ANYONE); in setUp()
53337 Landroid/service/notification/ZenModeConfig;->SOURCE_ANYONE:I