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

  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilityShortcutPreferenceFragment.java 44 public static final String ON_LOCK_SCREEN_KEY = "accessibility_shortcut_on_lock_screen";
68 Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN,
119 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, 0) == 1);
  /frameworks/base/services/core/java/com/android/server/policy/
AccessibilityShortcutController.java 101 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN),
129 cr, Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, 0, mUserId) == 1;
  /frameworks/base/services/tests/servicestests/src/com/android/server/policy/
AccessibilityShortcutControllerTest.java 56 import static android.provider.Settings.Secure.ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN;
408 mContentResolver, ACCESSIBILITY_SHORTCUT_ON_LOCK_SCREEN, lockscreen ? 1 : 0);
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 174 milliseconds