Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationInfo.java68 private static final int FLAG_DEMOTED = 1 << 6; field in ConversationInfo
77 FLAG_DEMOTED,
206 return hasConversationFlags(FLAG_DEMOTED); in isDemoted()
568 return setConversationFlag(FLAG_DEMOTED, value); in setDemoted()