Searched refs:SOURCE_ANYONE (Results 1 – 6 of 6) sorted by relevance
389 case ZenModeConfig.SOURCE_ANYONE: in audienceMatches()
1012 config.setAllowCallsFrom(ZenModeConfig.SOURCE_ANYONE); in getCustomConfig()1013 config.setAllowMessagesFrom(ZenModeConfig.SOURCE_ANYONE); in getCustomConfig()
173 public static final int SOURCE_ANYONE = Policy.PRIORITY_SENDERS_ANY; field in ZenModeConfig815 case SOURCE_ANYONE: in sourceToString()1510 return source >= SOURCE_ANYONE && source <= MAX_SOURCE; in isValidSource()1962 case SOURCE_ANYONE: return Policy.PRIORITY_SENDERS_ANY; in sourceToPrioritySenders()
1237 case ZenModeConfig.SOURCE_ANYONE: in getNotificationPolicyState()
300 when(mNotificationPolicy.allowMessagesFrom()).thenReturn(ZenModeConfig.SOURCE_ANYONE); in setUp()
49371 Landroid/service/notification/ZenModeConfig;->SOURCE_ANYONE:I