Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DConversationInfo.java192 return hasShortcutFlags(ShortcutInfo.FLAG_LONG_LIVED); in isShortcutLongLived()
200 return hasShortcutFlags(ShortcutInfo.FLAG_CACHED_NOTIFICATIONS); in isShortcutCachedForNotification()
323 private boolean hasShortcutFlags(@ShortcutFlags int flags) { in hasShortcutFlags() method in ConversationInfo