Searched refs:cloneFlags (Results 1 – 2 of 2) sorted by relevance
534 private ShortcutInfo(ShortcutInfo source, @CloneFlags int cloneFlags) { in ShortcutInfo() argument547 if ((cloneFlags & CLONE_REMOVE_NON_KEY_INFO) == 0) { in ShortcutInfo()549 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) { in ShortcutInfo()561 if ((cloneFlags & CLONE_REMOVE_PERSON) == 0) { in ShortcutInfo()564 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()572 if ((cloneFlags & CLONE_REMOVE_RES_NAMES) == 0) { in ShortcutInfo()803 public ShortcutInfo clone(@CloneFlags int cloneFlags) { in clone() argument804 return new ShortcutInfo(this, cloneFlags); in clone()
2194 @UserIdInt int userId, int cloneFlags, @NonNull Predicate<ShortcutInfo> query) { in getShortcutsWithQueryLocked() argument2199 ps.findAll(ret, query, cloneFlags); in getShortcutsWithQueryLocked()