HomeSort by relevance Sort by last modified time
    Searched refs:Secure (Results 126 - 150 of 515) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
AccessibilityShortcutFragment.java 57 boolean shortcutEnabled = Settings.Secure.getInt(getContext().getContentResolver(),
58 Settings.Secure.ACCESSIBILITY_SHORTCUT_ENABLED, 1) == 1;
81 Settings.Secure.putInt(getContext().getContentResolver(),
82 Settings.Secure.ACCESSIBILITY_SHORTCUT_ENABLED, enabled ? 1 : 0);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
InputMethodHelper.java 56 return Settings.Secure.getString(context.getContentResolver(),
57 Settings.Secure.DEFAULT_INPUT_METHOD);
70 Settings.Secure.putStringForUser(context.getContentResolver(),
71 Settings.Secure.DEFAULT_INPUT_METHOD, imid, userId);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 312 Settings.Secure.putInt(getContentResolver(),
313 Settings.Secure.LONG_PRESS_TIMEOUT, Integer.parseInt(stringValue));
319 Settings.Secure.putInt(getContentResolver(),
320 Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, (checked ? 1 : 0));
363 Settings.Secure.putInt(getContentResolver(),
364 Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED,
369 Settings.Secure.putInt(getContentResolver(),
370 Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR,
372 ? Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR_HANGUP
373 : Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF))
    [all...]
CaptionPropertiesFragment.java 243 Settings.Secure.putInt(getActivity().getContentResolver(),
244 Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED, checked ? 1 : 0);
432 Settings.Secure.putInt(
433 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, merged);
436 Settings.Secure.putInt(
437 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR, merged);
440 Settings.Secure.putInt(
441 cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR, merged);
443 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, value)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
GestureLauncherService.java 171 Settings.Secure.getUriFor(Settings.Secure.CAMERA_GESTURE_DISABLED),
174 Settings.Secure.getUriFor(Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED),
177 Settings.Secure.getUriFor(Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED),
311 && (Settings.Secure.getIntForUser(context.getContentResolver(),
312 Settings.Secure.CAMERA_GESTURE_DISABLED, 0, userId) == 0);
317 && (Settings.Secure.getIntForUser(context.getContentResolver(),
318 Settings.Secure.CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, 0, userId) == 0)
    [all...]
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobServiceTest.java 229 Settings.Secure.putInt(resolver, Settings.Secure.AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN,
296 Settings.Secure.getInt(
297 resolver, Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED))
305 Settings.Secure.putInt(
306 resolver, Settings.Secure.AUTOMATIC_STORAGE_MANAGER_TURNED_OFF_BY_POLICY, 1);
317 Settings.Secure.getInt(
318 resolver, Settings.Secure.AUTOMATIC_STORAGE_MANAGER_ENABLED))
336 Settings.Secure.getInt(
338 Settings.Secure.AUTOMATIC_STORAGE_MANAGER_TURNED_OFF_BY_POLICY)
    [all...]
  /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
SettingsProviderTest.java 695 Settings.Secure.LOCATION_MODE,
696 String.valueOf(Settings.Secure.LOCATION_MODE_OFF),
701 SETTING_TYPE_SECURE, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "+gps");
707 SETTING_TYPE_SECURE, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
712 Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
719 SETTING_TYPE_SECURE, Settings.Secure.LOCATION_PROVIDERS_ALLOWED));
726 Settings.Secure.LOCATION_MODE,
727 String.valueOf(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY),
733 Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
740 SETTING_TYPE_SECURE, Settings.Secure.LOCATION_PROVIDERS_ALLOWED))
    [all...]
  /device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
PackageVerifierManager.java 45 package_verifier_state = Settings.Secure.getInt(contentResolver, SETTING_PACKAGE_VERIFIER_ENABLE);
56 Settings.Secure.putInt(mContext.getContentResolver(), SETTING_PACKAGE_VERIFIER_ENABLE, 0);
  /external/curl/docs/cmdline-opts/
cert.d 10 PKCS#12 format if using Secure Transport, or PEM format if using any other
26 (iOS and macOS only) If curl is built against Secure Transport, then the
tlsv1.3.d 9 of this writing, they are BoringSSL, NSS, and Secure Transport (on iOS 11 or
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
AccessibilityUtils.java 72 final String enabledServicesSetting = Settings.Secure.getStringForUser(
73 context.getContentResolver(), Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
161 Settings.Secure.putStringForUser(context.getContentResolver(),
162 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES,
177 final String currentShortcutServiceId = Settings.Secure.getStringForUser(
178 context.getContentResolver(), Settings.Secure.ACCESSIBILITY_SHORTCUT_TARGET_SERVICE,
195 return Settings.Secure.getIntForUser(context.getContentResolver(),
196 Settings.Secure.ACCESSIBILITY_SHORTCUT_ENABLED, 1, userId) == 1;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationLockscreenUserManagerTest.java 94 Settings.Secure.putInt(mContext.getContentResolver(),
95 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0);
102 Settings.Secure.putInt(mContext.getContentResolver(),
103 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1);
110 Settings.Secure.putInt(mContext.getContentResolver(),
111 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 1);
118 Settings.Secure.putInt(mContext.getContentResolver(),
119 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, 0);
  /frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/util/
CarWizardManagerHelper.java 123 return Settings.Secure.getInt(context.getContentResolver(),
124 Settings.Secure.USER_SETUP_COMPLETE, 0) == 1;
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 57 static final Uri paymentDefaultUri = Settings.Secure.getUriFor(
58 Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT);
59 static final Uri paymentForegroundUri = Settings.Secure.getUriFor(
60 Settings.Secure.NFC_PAYMENT_FOREGROUND);
132 String name = Settings.Secure.getStringForUser(
133 mContext.getContentResolver(), Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT,
138 preferForeground = Settings.Secure.getIntForUser(mContext.getContentResolver(),
139 Settings.Secure.NFC_PAYMENT_FOREGROUND, userId) != 0;
  /packages/apps/Settings/src/com/android/settings/applications/assist/
AssistSettingObserver.java 32 Settings.Secure.getUriFor(Settings.Secure.ASSISTANT);
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultEmergencyPreferenceController.java 72 String defaultPackage = Settings.Secure.getString(context.getContentResolver(),
73 Settings.Secure.EMERGENCY_ASSISTANCE_APPLICATION);
  /packages/apps/Settings/src/com/android/settings/display/
ShowOperatorNamePreferenceController.java 47 Settings.Secure.putInt(mContext.getContentResolver(),
54 int value = Settings.Secure.getInt(mContext.getContentResolver(),
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java 156 return Settings.Secure.getInt(mContext.getContentResolver(),
157 Settings.Secure.NFC_PAYMENT_FOREGROUND) != 0;
164 Settings.Secure.putInt(mContext.getContentResolver(),
165 Settings.Secure.NFC_PAYMENT_FOREGROUND, foreground ? 1 : 0) ;
169 String componentString = Settings.Secure.getString(mContext.getContentResolver(),
170 Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT);
179 Settings.Secure.putString(mContext.getContentResolver(),
180 Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT,
  /packages/apps/Settings/src/com/android/settings/notification/
BadgePreferenceController.java 19 import static android.provider.Settings.Secure.NOTIFICATION_BADGING;
55 if (Settings.Secure.getInt(mContext.getContentResolver(),
LockScreenNotificationPreferenceController.java 223 Settings.Secure.putIntForUser(mContext.getContentResolver(),
224 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS,
235 Settings.Secure.putInt(mContext.getContentResolver(),
236 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0);
237 Settings.Secure.putInt(mContext.getContentResolver(),
238 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, enabled ? 1 : 0);
270 final boolean secure = FeatureFactory.getFactory(context)
274 final boolean allowPrivate = !secure
313 return Settings.Secure.getInt(context.getContentResolver(),
314 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 0) != 0
    [all...]
BadgingNotificationPreferenceController.java 43 import static android.provider.Settings.Secure.NOTIFICATION_BADGING;
98 return Settings.Secure.getInt(mContext.getContentResolver(),
104 return Settings.Secure.putInt(mContext.getContentResolver(),
111 Settings.Secure.getUriFor(NOTIFICATION_BADGING);
143 return new InlineSwitchPayload(Settings.Secure.NOTIFICATION_BADGING,
144 ResultPayload.SettingsSource.SECURE, ON /* onValue */, intent, isAvailable(),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DoubleTwistPreferenceControllerTest.java 120 Settings.Secure.putIntForUser(
121 null, Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, 0, managedId);
128 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(),
129 Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, 0, managedId)).isEqualTo(1);
133 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(),
134 Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, 1, managedId)).isEqualTo(0);
142 Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, 1);
153 Settings.Secure.CAMERA_DOUBLE_TWIST_TO_FLIP_ENABLED, 0);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
Utils.java 56 Settings.Secure.putIntForUser(
57 context.getContentResolver(), Settings.Secure.LOCATION_CHANGER, source,
61 final int oldMode = Settings.Secure.getIntForUser(context.getContentResolver(),
62 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF, userId);
64 ? Settings.Secure.LOCATION_MODE_HIGH_ACCURACY
65 : Settings.Secure.LOCATION_MODE_OFF;
78 Settings.Secure.putIntForUser(
79 context.getContentResolver(), Settings.Secure.LOCATION_CHANGER, source,
86 return Settings.Secure.putIntForUser
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationLockscreenUserManager.java 195 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS), false,
200 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS),
211 Settings.Secure.getUriFor(Settings.Secure.LOCK_SCREEN_ALLOW_REMOTE_INPUT),
279 * Returns true if we're on a secure lockscreen and the user wants to hide notification data.
289 * Returns true if we're on a secure lockscreen and the user wants to hide notifications via
320 final boolean show = Settings.Secure.getIntForUser(mContext.getContentResolver(),
321 Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
BugReportInPowerPreferenceControllerTest.java 97 int mode = Settings.Secure.getInt(mContext.getContentResolver(),
109 int mode = Settings.Secure.getInt(mContext.getContentResolver(),
119 Settings.Secure.putInt(mContext.getContentResolver(),
131 Settings.Secure.putInt(mContext.getContentResolver(),
146 int mode = Settings.Secure.getInt(mContext.getContentResolver(),

Completed in 814 milliseconds

1 2 3 4 56 7 8 91011>>