Searched refs:isComponentIdExistingInSettings (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.internal.accessibility.util.ShortcutUtils.isComponentIdExistingInSettings;62 return isComponentIdExistingInSettings(getContext(), UserShortcutType.HARDWARE, in isComponentIdExistingInOtherShortcut()65 return isComponentIdExistingInSettings(getContext(), UserShortcutType.SOFTWARE, in isComponentIdExistingInOtherShortcut()
58 if (isComponentIdExistingInSettings(context, shortcutType, componentId)) { in optInValueToSettings()109 public static boolean isComponentIdExistingInSettings(Context context, in isComponentIdExistingInSettings() method in ShortcutUtils