Searched refs:CLONE_REMOVE_NON_KEY_INFO (Results 1 – 3 of 3) sorted by relevance
175 public static final int CLONE_REMOVE_NON_KEY_INFO = 1 << 2; field in ShortcutInfo202 CLONE_REMOVE_NON_KEY_INFO,575 if ((cloneFlags & CLONE_REMOVE_NON_KEY_INFO) == 0) { in ShortcutInfo()
1743 keyFieldOnlyShortcuts.add(si.clone(ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO)); in removeNonKeyFields()1874 ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in setDynamicShortcuts()2337 ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in removeAllDynamicShortcuts()2862 final int cloneFlag = cloneKeyFieldOnly ? ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO in getShortcuts()3026 && !si.isDeclaredInManifest(), ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO, in pinShortcuts()4982 ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in prepareChangedShortcuts()
443 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in testShortcutInfoClone()591 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in testShortcutInfoClone_resId()648 si = sorig.clone(ShortcutInfo.CLONE_REMOVE_NON_KEY_INFO); in testShortcutInfoClone_minimum()