Searched refs:stateToBoolean (Results 1 – 2 of 2) sorted by relevance
1365 public static boolean stateToBoolean(@State int state, boolean defaultVal) { in stateToBoolean() method in ZenPolicy1378 return stateToBoolean(getZenPolicyPriorityCategoryState(category), defaultVal); in isCategoryAllowed()1383 return stateToBoolean(getZenPolicyVisualEffectState(effect), defaultVal); in isVisualEffectAllowed()
1775 ZenPolicy.stateToBoolean(zenPolicy.getPriorityChannelsAllowed(), in toNotificationPolicy()