Searched refs:FLAG_RELEVANT_NOW (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DCondition.java63 public static final int FLAG_RELEVANT_NOW = 1 << 0; field in class:Condition
170 final boolean now = (flags & FLAG_RELEVANT_NOW) != 0;
H A DZenModeConfig.java743 Condition.FLAG_RELEVANT_NOW);
753 Condition.FLAG_RELEVANT_NOW);
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java159 "", "", "", 0, state,Condition.FLAG_RELEVANT_NOW);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java205 if ((c.flags & Condition.FLAG_RELEVANT_NOW) == 0) continue;

Completed in 1067 milliseconds