Searched refs:STATE_TRUE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java80 private static final int STATE_TRUE = 0; field in class:TextDirectionHeuristics
84 /* Returns STATE_TRUE for strong RTL characters, STATE_FALSE for strong LTR characters, and
93 return STATE_TRUE;
105 return STATE_TRUE;
165 case STATE_TRUE:
254 case STATE_TRUE:
256 return STATE_TRUE;
272 return mLookForRtl ? STATE_FALSE : STATE_TRUE;
/frameworks/support/compat/java/android/support/v4/text/
H A DTextDirectionHeuristicsCompat.java74 private static final int STATE_TRUE = 0; field in class:TextDirectionHeuristicsCompat
84 return STATE_TRUE;
100 return STATE_TRUE;
141 case STATE_TRUE:
209 case STATE_TRUE:
211 return STATE_TRUE;
226 return mLookForRtl ? STATE_FALSE : STATE_TRUE;
/frameworks/base/core/java/android/service/notification/
H A DCondition.java42 @IntDef({STATE_FALSE, STATE_TRUE, STATE_TRUE, STATE_ERROR})
55 public static final int STATE_TRUE = 1; field in class:Condition
75 * if the state of the condition is {@link #STATE_TRUE}.
85 * The state of this condition. {@link #STATE_TRUE} will enable Do Not Disturb mode.
87 * might still be enabled globally if other conditions are in a {@link #STATE_TRUE} state.
162 if (state == STATE_TRUE) return "STATE_TRUE";
H A DZenModeConfig.java742 return new Condition(id, summary, line1, line2, 0, Condition.STATE_TRUE,
752 return new Condition(id, "", line1, "", 0, Condition.STATE_TRUE,
1222 return condition != null && (condition.state == Condition.STATE_TRUE
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java255 conditionsToNotify.add(createCondition(conditionId, Condition.STATE_TRUE));
H A DScheduleConditionProvider.java180 conditionId, Condition.STATE_TRUE, "meetsSchedule"));
H A DZenModeHelper.java503 if (rule.enabled && rule.condition.state == Condition.STATE_TRUE
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java630 Condition.STATE_TRUE, 0 /*flags*/);
725 final boolean enabled = condition.state == Condition.STATE_TRUE;

Completed in 3798 milliseconds