Searched refs:FLAG_RELEVANT_ALWAYS (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | Condition.java | 64 public static final int FLAG_RELEVANT_ALWAYS = 1 << 1; field in Condition 98 this(id, summary, "", "", -1, state, FLAG_RELEVANT_ALWAYS); in Condition() 179 final boolean always = (flags & FLAG_RELEVANT_ALWAYS) != 0; in relevanceToString()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ScheduleConditionProvider.java | 270 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
|
D | EventConditionProvider.java | 290 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 41882 field public static final int FLAG_RELEVANT_ALWAYS = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 42026 field public static final int FLAG_RELEVANT_ALWAYS = 2; // 0x2
|