Searched refs:categoryType (Results 1 – 2 of 2) sorted by relevance
1077 private boolean isPriorityCategoryEnabled(int categoryType, Policy policy) { in isPriorityCategoryEnabled() argument1078 return (policy.priorityCategories & categoryType) != 0; in isPriorityCategoryEnabled()
3055 int correctCategory(int requestedCategoryList, int categoryType,3057 if ((requestedCategoryList & categoryType) != 03058 && (currentCategoryList & categoryType) == 0) {3059 requestedCategoryList &= ~categoryType;3060 } else if ((requestedCategoryList & categoryType) == 03061 && (currentCategoryList & categoryType) != 0){3062 requestedCategoryList |= categoryType;