Searched refs:cloneFlags (Results 1 – 2 of 2) sorted by relevance
581 private ShortcutInfo(ShortcutInfo source, @CloneFlags int cloneFlags) { in ShortcutInfo() argument594 if ((cloneFlags & CLONE_REMOVE_NON_KEY_INFO) == 0) { in ShortcutInfo()596 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) { in ShortcutInfo()609 if ((cloneFlags & CLONE_REMOVE_PERSON) == 0) { in ShortcutInfo()612 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) { in ShortcutInfo()620 if ((cloneFlags & CLONE_REMOVE_RES_NAMES) == 0) { in ShortcutInfo()852 public ShortcutInfo clone(@CloneFlags int cloneFlags) { in clone() argument853 return new ShortcutInfo(this, cloneFlags); in clone()
2746 @UserIdInt int userId, int cloneFlags, @NonNull final String query, in getShortcutsWithQueryLocked() argument2752 ps.findAll(ret, query, filter, cloneFlags); in getShortcutsWithQueryLocked()