Home | History | Annotate | Download | only in notification

Lines Matching refs:reason

69     public static void traceIntercepted(NotificationRecord record, String reason) {
71 append(TYPE_INTERCEPTED, record.getKey() + "," + reason);
74 public static void traceNotIntercepted(NotificationRecord record, String reason) {
76 append(TYPE_NOT_INTERCEPTED, record.getKey() + "," + reason);
101 public static void traceSetZenMode(int zenMode, String reason) {
102 append(TYPE_SET_ZEN_MODE, zenModeToString(zenMode) + "," + reason);
109 public static void traceExitCondition(Condition c, ComponentName component, String reason) {
110 append(TYPE_EXIT_CONDITION, c + "," + componentToString(component) + "," + reason);
127 public static void traceConfig(String reason, ZenModeConfig oldConfig,
129 append(TYPE_CONFIG, reason
134 public static void traceDisableEffects(NotificationRecord record, String reason) {
135 append(TYPE_DISABLE_EFFECTS, record.getKey() + "," + reason);