Searched refs:ACCESSIBILITY_SHORTCUT_TARGET_SERVICE (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
D | AccessibilityShortcutControllerTest.java | 21 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; 390 … Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE))); in testClickingDisableButtonInDialog_shouldClearShortcutId() 411 Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)); in testClickingTurnOnButtonInDialog_shouldLeaveShortcutReady() 560 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, ""); in configureNoShortcutService() 568 mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, SERVICE_NAME_STRING); in configureValidShortcutService() 578 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in configureFirstFrameworkFeature()
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 149 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE), in AccessibilityShortcutController() 289 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, "", in createShortcutWarningDialog() 421 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, mUserId); in hasShortcutTarget()
|
/frameworks/base/core/java/com/android/internal/accessibility/util/ |
D | ShortcutUtils.java | 157 return Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; in convertToKey()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/ |
D | AccessibilityUtils.java | 184 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in getShortcutTargetServiceComponentNameString()
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/ |
D | SecureSettings.java | 48 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
|
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
D | SecureSettingsValidators.java | 77 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in VALIDATORS.put() argument
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 2050 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, userState.mUserId); in readAccessibilityShortcutKeySettingLocked() 2145 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in updateAccessibilityShortcutKeyTargetsLocked() 2434 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in removeShortcutTargetForUnboundServiceLocked() 3244 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1797 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in dumpProtoSecureSettingsLocked()
|
D | SettingsProvider.java | 4840 Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6639 public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = field in Settings.Secure
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 2574 ServiceName: android.provider.Settings.Secure#ACCESSIBILITY_SHORTCUT_TARGET_SERVICE:
|
D | test-current.txt | 3306 …field public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = "accessibility_shortcut_t…
|