HomeSort by relevance Sort by last modified time
    Searched full:accessibility_enabled (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_options_handler.cc 98 bool accessibility_enabled = (checked_str == "true"); local
100 pref_service->SetBoolean(prefs::kAccessibilityEnabled, accessibility_enabled);
  /packages/apps/Settings/src/com/android/settings/accessibility/
SettingsContentObserver.java 32 Settings.Secure.ACCESSIBILITY_ENABLED), false, this);
ToggleAccessibilityServicePreferenceFragment.java 131 Settings.Secure.ACCESSIBILITY_ENABLED, accessibilityEnabled ? 1 : 0);
AccessibilitySettings.java 413 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityTestRunner.java 103 SettingsToggler.setSecureInt(device, "accessibility_enabled", 1);
111 SettingsToggler.updateSecureInt(device, "accessibility_enabled", 0);
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.provider.Settings.Secure.html 87 <A NAME="android.provider.Settings.Secure.ACCESSIBILITY_ENABLED"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/provider/Settings.Secure.html#ACCESSIBILITY_ENABLED" target="_top"><code>ACCESSIBILITY_ENABLED</code></A></nobr>
alldiffs_index_additions.html 50 <!-- Field ACCESSIBILITY_ENABLED -->
75 <nobr><A HREF="android.provider.Settings.Secure.html#android.provider.Settings.Secure.ACCESSIBILITY_ENABLED" class="hiddenlink" target="rightframe">ACCESSIBILITY_ENABLED</A>
    [all...]
fields_index_additions.html 73 <nobr><A HREF="android.provider.Settings.Secure.html#android.provider.Settings.Secure.ACCESSIBILITY_ENABLED" class="hiddenlink" target="rightframe">ACCESSIBILITY_ENABLED</A>
    [all...]
fields_index_all.html 73 <nobr><A HREF="android.provider.Settings.Secure.html#android.provider.Settings.Secure.ACCESSIBILITY_ENABLED" class="hiddenlink" target="rightframe">ACCESSIBILITY_ENABLED</A>
    [all...]
alldiffs_index_all.html 78 <!-- Field ACCESSIBILITY_ENABLED -->
79 <nobr><A HREF="android.provider.Settings.Secure.html#android.provider.Settings.Secure.ACCESSIBILITY_ENABLED" class="hiddenlink" target="rightframe">ACCESSIBILITY_ENABLED</A>
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java 71 mTts.speak(mContext.getString(R.string.accessibility_enabled),
268 Settings.Secure.putIntForUser(resolver, Settings.Secure.ACCESSIBILITY_ENABLED,
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 54 Settings.Secure.ACCESSIBILITY_ENABLED));
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 129 if (Settings.Secure.ACCESSIBILITY_ENABLED.equals(name)
DatabaseHelper.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 572 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1 ? true : false);
578 Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.ACCESSIBILITY_ENABLED,
  /frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt 109 NO DOC BLOCK: android.provider.Settings.Secure Field ACCESSIBILITY_ENABLED
user_comments_for_3_to_4.xml     [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/core/res/res/values/
symbols.xml 393 <java-symbol type="string" name="accessibility_enabled" />
    [all...]
  /frameworks/base/core/res/res/values-am/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-hy/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-ja/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-ka/
strings.xml     [all...]
  /frameworks/base/core/res/res/values-km/
strings.xml     [all...]

Completed in 817 milliseconds

1 2 3 4