Searched refs:ACCESSIBILITY_SHORTCUT_TARGET_SERVICE (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
D | AccessibilityShortcutControllerTest.java | 22 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; 254 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, ""); in testShortcutAvailable_whenServiceIdBecomesNull_shouldReturnFalse() 384 … Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE))); in testClickingDisableButtonInDialog_shouldClearShortcutId() 403 Settings.Secure.getString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE)); in testClickingLeaveOnButtonInDialog_shouldLeaveShortcutReady() 502 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, ""); in configureNoShortcutService() 507 mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, SERVICE_NAME_STRING); in configureValidShortcutService() 514 Settings.Secure.putString(mContentResolver, ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in configureFirstFrameworkFeature()
|
/frameworks/base/core/java/com/android/internal/accessibility/ |
D | AccessibilityShortcutController.java | 98 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in getTargetServiceComponentNameString() 144 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE), in AccessibilityShortcutController() 278 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, "", in createShortcutWarningDialog()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/ |
D | AccessibilityUtils.java | 174 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in getShortcutTargetServiceComponentNameString()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 6447 public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = field in Settings.Secure 8895 ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, 9040 VALIDATORS.put(ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in VALIDATORS.put() argument
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 2166 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, null, in updateAccessibilityShortcutLocked() 4307 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE);
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 1718 Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE, in dumpProtoSecureSettingsLocked()
|
/frameworks/base/api/ |
D | test-current.txt | 2353 …field public static final String ACCESSIBILITY_SHORTCUT_TARGET_SERVICE = "accessibility_shortcut_t…
|