Home
last modified time | relevance | path

Searched refs:FLAG_RELEVANT_ALWAYS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DCondition.java69 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/
DConditionTest.java65 -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/
DEventConditionProvider.java297 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
DScheduleConditionProvider.java278 return new Condition(id, summary, line1, line2, 0, state, Condition.FLAG_RELEVANT_ALWAYS); in createCondition()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41111 field public static final int FLAG_RELEVANT_ALWAYS = 2; // 0x2