Searched refs:getActiveRuleTypes (Results 1 – 3 of 3) sorted by relevance
136 public int[] getActiveRuleTypes(int i) throws IllegalArgumentException { in getActiveRuleTypes() method in ZenModeEventLoggerFake138 return mChanges.get(i).getActiveRuleTypes(); in getActiveRuleTypes()
3766 int[] ruleTypes0 = mZenModeEventLogger.getActiveRuleTypes(0); in testZenModeEventLog_activeRuleTypes()3776 int[] ruleTypes1 = mZenModeEventLogger.getActiveRuleTypes(1); in testZenModeEventLog_activeRuleTypes()3786 int[] ruleTypes2 = mZenModeEventLogger.getActiveRuleTypes(2); in testZenModeEventLog_activeRuleTypes()3797 int[] ruleTypes3 = mZenModeEventLogger.getActiveRuleTypes(3); in testZenModeEventLog_activeRuleTypes()
205 /* ActiveRuleType active_rule_types = 10 */ mChangeState.getActiveRuleTypes()); in logChanges()438 int[] getActiveRuleTypes() { in getActiveRuleTypes() method in ZenModeEventLogger.ZenStateChanges