HomeSort by relevance Sort by last modified time
    Searched refs:ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
AccessibilityShortcutPreferenceFragmentTest.java 119 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, null);
122 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, onLockscreen ? 1 : 0);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityShortcutPreferenceFragment.java 47 public static final String ON_LOCK_SCREEN_KEY = "accessibility_shortcut_on_lock_screen";
76 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN,
145 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, dialogShown) == 1;
  /frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
AccessibilityShortcutControllerTest.java 58 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN;
223 mContentResolver, ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, null);
481 mContentResolver, ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, lockscreen ? 1 : 0);
  /frameworks/base/core/java/com/android/internal/accessibility/
AccessibilityShortcutController.java 144 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN),
178 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN,
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]

Completed in 215 milliseconds