Searched refs:setupShortcut (Results 1 – 2 of 2) sorted by relevance
183 setupShortcut(Settings.Secure.ACCESSIBILITY_BUTTON_TARGETS, enableFab); in setupShortcuts()184 setupShortcut(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, enableVolumeKeys); in setupShortcuts()185 setupShortcut(Settings.Secure.ACCESSIBILITY_QS_TARGETS, enableQs); in setupShortcuts()188 private void setupShortcut(String shortcutSettingKey, boolean enabled) { in setupShortcut() method in OneHandedSettingsUtilsTest
153 targetApp = setupShortcut(); in onCreate()279 private PackageItemInfo setupShortcut() { in setupShortcut() method in AddItemActivity