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

/frameworks/base/core/java/android/service/notification/
H A DCondition.java42 public static final int FLAG_RELEVANT_NOW = 1 << 0; field in class:Condition
116 final boolean now = (flags & FLAG_RELEVANT_NOW) != 0;

Completed in 288 milliseconds