Searched refs:FLAG_RELEVANT_ALWAYS (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | Condition.java | 69 public static final int FLAG_RELEVANT_ALWAYS = 1 << 1; field in Condition 138 this(id, summary, "", "", -1, state, SOURCE_UNKNOWN, FLAG_RELEVANT_ALWAYS); in Condition() 151 this(id, summary, "", "", -1, state, source, FLAG_RELEVANT_ALWAYS); in Condition() 293 final boolean always = (flags & FLAG_RELEVANT_ALWAYS) != 0; in relevanceToString()
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | ConditionTest.java | 65 -1, Condition.STATE_TRUE, Condition.FLAG_RELEVANT_ALWAYS); in testLongFields_inConstructors_classic() 129 -1, Condition.STATE_TRUE, Condition.SOURCE_CONTEXT, Condition.FLAG_RELEVANT_ALWAYS); in testLongFields_inConstructors() 179 Condition.STATE_TRUE, Condition.SOURCE_SCHEDULE, Condition.FLAG_RELEVANT_ALWAYS); in testEquals()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | EventConditionProvider.java | 297 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
|
D | ScheduleConditionProvider.java | 278 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 41111 field public static final int FLAG_RELEVANT_ALWAYS = 2; // 0x2
|