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

  /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);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
AccessibilityTestRunner.java 102 SettingsToggler.setSecureInt(device, "accessibility_enabled", 1);
109 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...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 54 Settings.Secure.ACCESSIBILITY_ENABLED));
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 291 * {@link ContentObserver}s for {@link Settings.Secure#ACCESSIBILITY_ENABLED}
298 Settings.Secure.ACCESSIBILITY_ENABLED);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 570 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1 ? true : false);
576 Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.ACCESSIBILITY_ENABLED,
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 320 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/webkit/
AccessibilityInjectorTest.java     [all...]
  /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/core/java/android/provider/
Settings.java     [all...]

Completed in 428 milliseconds