Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/accessibility/util/
DShortcutUtils.java67 if (isComponentIdExistingInSettings(context, shortcutType, componentId)) { in optInValueToSettings()
122 public static boolean isComponentIdExistingInSettings(Context context, in isComponentIdExistingInSettings() method in ShortcutUtils
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityManagerServiceTest.java1062 assertThat(ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_enableSoftwareShortcut_shortcutTurnedOn()
1113 assertThat(ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_disableSoftwareShortcut_shortcutTurnedOff()
1355 ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_enableVolumeKeysShortcut_shortcutSet()
1376 ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_disableVolumeKeysShortcut_shortcutNotSet()
1399 ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_enableQuickSettings_shortcutSet()
1426 ShortcutUtils.isComponentIdExistingInSettings( in enableShortcutsForTargets_disableQuickSettings_shortcutNotSet()