Home
last modified time | relevance | path

Searched refs:ACCESSIBILITY_SHORTCUT_TARGET_SERVICE (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/util/
DShortcutUtilsTest.java130 setupShortcutTargets(TWO_COMPONENTS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE); in getShortcutTargets_softwareShortcut1Service_return1Service()
142 setupShortcutTargets(TWO_COMPONENTS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE); in getShortcutTargets_volumeShortcut2Service_return2Service()
155 setupShortcutTargets(TWO_COMPONENTS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE); in getShortcutTargets_tripleTapShortcut_magnificationDisabled_emptyResult()
167 setupShortcutTargets(TWO_COMPONENTS, Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE); in getShortcutTargets_tripleTapShortcut_magnificationEnabled_returnMagnification()
355 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in addShortcutForA11yService()
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/dialog/
DInvisibleToggleAccessibilityServiceTargetTest.java149 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, /* add= */ false); in onCheckedChanged_turnOnShortcut_hasOtherShortcut_serviceKeepsOn()
162 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, /* add= */ false); in onCheckedChanged_turnOnShortcut_noOtherShortcut_shouldTurnOnService()
175 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, /* add= */ true); in onCheckedChanged_turnOffShortcut_hasOtherShortcut_serviceKeepsOn()
188 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, /* add= */ true); in onCheckedChanged_turnOffShortcut_noOtherShortcut_shouldTurnOffService()
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java22 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE;
461 Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE) in testClickingDisableButtonInDialog_shouldClearShortcutId_old()
522 Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE) in testClickingTurnOnButtonInDialog_shouldLeaveShortcutReady()
570 ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)).isEqualTo(SERVICE_NAME_STRING); in testTurnOnDefaultA11yServiceInDialog_defaultServiceShortcutTurnsOn_old()
617 ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)).isEmpty(); in testTurnOffDefaultA11yServiceInDialog_defaultServiceShortcutTurnsOff_old()
646 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, null); in testOnAccessibilityShortcut_settingNull_dialogShown_enablesDefaultShortcut()
664 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, null); in testOnAccessibilityShortcut_settingNull_dialogShown_writesDefaultSetting()
668 ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)).isEqualTo(SERVICE_NAME_STRING); in testOnAccessibilityShortcut_settingNull_dialogShown_writesDefaultSetting()
843 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, ""); in configureNoShortcutService()
851 mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, SERVICE_NAME_STRING); in configureValidShortcutService()
[all …]
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java202 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE), in AccessibilityShortcutController()
372 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, "", in createShortcutWarningDialog()
507 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userId); in enableDefaultHardwareShortcut()
528 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in enableDefaultHardwareShortcut()
556 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, mUserId); in hasShortcutTarget()
733 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, mUserId); in setEmptyShortcutTargetIfNeeded()
750 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, "", mUserId); in setEmptyShortcutTargetIfNeeded()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedSettingsUtil.java184 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userId); in getShortcutEnabled()
DOneHandedController.java443 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in registerSettingObservers()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
DAccessibilityUtils.java184 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in getShortcutTargetServiceComponentNameString()
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsHelperRestoreTest.java219 final String settingName = Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; in restoreAccessibilityShortcutTargetService_broadcastSent()
/frameworks/base/core/java/com/android/internal/accessibility/util/
DShortcutUtils.java170 return Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; in convertToKey()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java102 sBroadcastOnRestore.add(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
245 && Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE.equals(name)) { in restoreValue()
DSettingsProvider.java5194 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
5785 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, toRemove, toAdd);
6328 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE).getValue());
DSettingsProtoDumpUtil.java1796 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in dumpProtoSecureSettingsLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityManagerServiceTest.java1731 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in restoreA11yShortcutTargetService_targetsMerged()
1737 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)) in restoreA11yShortcutTargetService_targetsMerged()
1758 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in restoreA11yShortcutTargetService_alreadyHadDefaultService_doesNotClear()
1764 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)) in restoreA11yShortcutTargetService_alreadyHadDefaultService_doesNotClear()
1788 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in restoreA11yShortcutTargetService_didNotHaveDefaultService_clearsDefaultService()
1795 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)) in restoreA11yShortcutTargetService_didNotHaveDefaultService_clearsDefaultService()
/frameworks/base/services/accessibility/
Daccessibility.aconfig30 …"Clears the config_defaultAccessibilityService from B&R for ACCESSIBILITY_SHORTCUT_TARGET_SERVICE."
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java51 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java938 case Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE -> { in registerBroadcastReceivers()
2132 + Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE); in restoreAccessibilityShortcutTargetService()
2147 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in restoreAccessibilityShortcutTargetService()
3391 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userState.mUserId); in readAccessibilityShortcutKeySettingLocked()
3503 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in updateAccessibilityShortcutKeyTargetsLocked()
3866 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)); in removeShortcutTargetForUnboundServiceLocked()
5554 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java83 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in VALIDATORS.put() argument
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4790 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userId);
5147 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userId);
/frameworks/base/core/java/android/provider/
DSettings.java8524 public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = field in Settings.Secure
/frameworks/base/core/api/
Dtest-current.txt2887 …field public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = "accessibility_shortcut_t…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt41951 Landroid/provider/Settings$Secure;->ACCESSIBILITY_SHORTCUT_TARGET_SERVICE:Ljava/lang/String;