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

12 3 4 5 6

  /packages/apps/Mms/src/com/android/mms/transaction/
SimFullReceiver.java 39 if (Settings.Secure.getInt(context.getContentResolver(),
40 Settings.Secure.DEVICE_PROVISIONED, 0) == 1 &&
SmsRejectedReceiver.java 42 if (Settings.Secure.getInt(context.getContentResolver(),
43 Settings.Secure.DEVICE_PROVISIONED, 0) == 1 &&
  /frameworks/base/services/java/com/android/server/
Watchdog.java 120 ? mReqRebootInterval : Settings.Secure.getInt(
121 mResolver, Settings.Secure.REBOOT_INTERVAL,
228 : Settings.Secure.getInt(
229 mResolver, Settings.Secure.REBOOT_INTERVAL,
240 : Settings.Secure.getLong(
241 mResolver, Settings.Secure.REBOOT_START_TIME,
244 : Settings.Secure.getLong(
245 mResolver, Settings.Secure.REBOOT_WINDOW,
248 : Settings.Secure.getLong(
249 mResolver, Settings.Secure.MEMCHECK_RECHECK_INTERVAL
    [all...]
DeviceStorageMonitorService.java 45 * than a tunable threshold value (a secure settings parameter;
54 * periodically logged to the event log. The log interval is a secure
56 * storage differential goes below a threshold (again a secure
145 // Read the log interval from secure settings
146 long freeMemLogInterval = Settings.Secure.getLong(mContentResolver,
147 Settings.Secure.SYS_FREE_STORAGE_LOG_INTERVAL,
172 // Read the reporting threshold from secure settings
173 long threshold = Settings.Secure.getLong(mContentResolver,
174 Settings.Secure.DISK_FREE_CHANGE_REPORTING_THRESHOLD,
270 * Preferred this over using a ContentObserver since Settings.Secure caches the valu
    [all...]
ThrottleService.java 212 resolver.registerContentObserver(Settings.Secure.getUriFor(
213 Settings.Secure.THROTTLE_POLLING_SEC), false, this);
214 resolver.registerContentObserver(Settings.Secure.getUriFor(
215 Settings.Secure.THROTTLE_THRESHOLD_BYTES), false, this);
216 resolver.registerContentObserver(Settings.Secure.getUriFor(
217 Settings.Secure.THROTTLE_VALUE_KBITSPS), false, this);
218 resolver.registerContentObserver(Settings.Secure.getUriFor(
219 Settings.Secure.THROTTLE_RESET_DAY), false, this);
220 resolver.registerContentObserver(Settings.Secure.getUriFor(
221 Settings.Secure.THROTTLE_NOTIFICATION_TYPE), false, this)
    [all...]
CertBlacklister.java 73 return Settings.Secure.getString(mContentResolver, mKey);
130 Settings.Secure.getUriFor(PUBKEY_BLACKLIST_KEY),
137 Settings.Secure.getUriFor(SERIAL_BLACKLIST_KEY),
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 31 import static android.provider.Settings.Secure.getString;
76 Settings.Secure.TTS_DEFAULT_SYNTH);
285 * value from {@link Settings.Secure#TTS_DEFAULT_LOCALE}, failing which the
286 * old style value from {@link Settings.Secure#TTS_DEFAULT_LANG} is read. If
295 getString(mContext.getContentResolver(), Settings.Secure.TTS_DEFAULT_LOCALE),
328 * {@link Settings.Secure#TTS_DEFAULT_LANG},
329 * {@link Settings.Secure#TTS_DEFAULT_COUNTRY} and
330 * {@link Settings.Secure#TTS_DEFAULT_VARIANT}. If no such locale is set,
336 final String lang = Settings.Secure.getString(cr, Settings.Secure.TTS_DEFAULT_LANG)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java 201 Settings.Secure.putInt(getContentResolver(),
202 Settings.Secure.LONG_PRESS_TIMEOUT, Integer.parseInt(stringValue));
237 Settings.Secure.putInt(getContentResolver(),
238 Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR,
240 ? Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR_HANGUP
241 : Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR_SCREEN_OFF));
250 Settings.Secure.putInt(getContentResolver(),
251 Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD,
319 final boolean accessibilityEnabled = Settings.Secure.getInt(getContentResolver(),
320 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1
    [all...]
DreamTesterPreference.java 19 import static android.provider.Settings.Secure.SCREENSAVER_COMPONENT;
66 String component = Settings.Secure.getString(resolver, SCREENSAVER_COMPONENT);
VoiceInputOutputSettings.java 129 String currentSetting = Settings.Secure.getString(
130 mFragment.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
156 // Get the current value from the secure setting.
157 String currentSetting = Settings.Secure.getString(
158 mFragment.getContentResolver(), Settings.Secure.VOICE_RECOGNITION_SERVICE);
245 // Put the new value back into secure settings.
246 Settings.Secure.putString(mFragment.getContentResolver(),
247 Settings.Secure.VOICE_RECOGNITION_SERVICE,
SecuritySettings.java 232 return Settings.Secure.getInt(getContentResolver(),
233 Settings.Secure.INSTALL_NON_MARKET_APPS, 0) > 0;
238 Settings.Secure.putInt(getContentResolver(), Settings.Secure.INSTALL_NON_MARKET_APPS,
272 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
273 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, 5000);
289 long currentTimeout = Settings.Secure.getLong(getContentResolver(),
290 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, 5000);
459 Settings.Secure.putInt(getContentResolver(),
460 Settings.Secure.LOCK_SCREEN_LOCK_AFTER_TIMEOUT, timeout)
    [all...]
DevelopmentSettings.java 308 mLastEnabledState = Settings.Secure.getInt(cr,
309 Settings.Secure.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0;
318 Settings.Secure.putInt(getActivity().getContentResolver(),
319 Settings.Secure.DEVELOPMENT_SETTINGS_ENABLED, 1);
334 updateCheckBox(mEnableAdb, Settings.Secure.getInt(cr,
335 Settings.Secure.ADB_ENABLED, 0) != 0);
339 updateCheckBox(mAllowMockLocation, Settings.Secure.getInt(cr,
340 Settings.Secure.ALLOW_MOCK_LOCATION, 0) != 0);
697 Settings.Secure.putInt(getActivity().getContentResolver(),
698 Settings.Secure.ANR_SHOW_BACKGROUND
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 53 1, Settings.Secure.getInt(mContext.getContentResolver(),
54 Settings.Secure.ACCESSIBILITY_ENABLED));
57 1, Settings.Secure.getInt(mContext.getContentResolver(),
58 Settings.Secure.TOUCH_EXPLORATION_ENABLED));
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneFactory.java 107 int networkMode = Settings.Secure.getInt(context.getContentResolver(),
108 Settings.Secure.PREFERRED_NETWORK_MODE, preferredNetworkMode);
129 cdmaSubscription = Settings.Secure.getInt(context.getContentResolver(),
130 Settings.Secure.PREFERRED_CDMA_SUBSCRIPTION,
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 35 * Manages the interaction between the secure system setting for default geolocation
61 Uri uri = Settings.Secure.getUriFor(Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS);
158 String value = Settings.Secure.getString(mContext.getContentResolver(),
159 Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 120 Settings.Secure.putInt(cr, Settings.Secure.WIFI_SAVED_STATE, 1);
136 wifiSavedState = Settings.Secure.getInt(cr, Settings.Secure.WIFI_SAVED_STATE);
142 Settings.Secure.putInt(cr, Settings.Secure.WIFI_SAVED_STATE, 0);
  /cts/tests/tests/provider/src/android/provider/cts/
SettingsTest.java 172 Settings.Secure._ID, Settings.Secure.NAME, Settings.Secure.VALUE
177 cr.acquireContentProviderClient(Settings.Secure.CONTENT_URI);
180 // Test that the secure table can be read from.
183 cursor = provider.query(Settings.Secure.CONTENT_URI, SECURE_PROJECTION,
184 Settings.Secure.NAME + "=\"" + Settings.Secure.ADB_ENABLED + "\"",
260 tryBadTableAccess("SECURE", "secure", "install_non_market_apps")
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 69 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) {
72 } else if (Settings.Secure.BACKUP_AUTO_RESTORE.equals(name)) {
95 Settings.Secure.setLocationProviderEnabled(
  /external/openssh/contrib/caldera/
openssh.spec 39 Summary : OpenSSH free Secure Shell (SSH) implementation.
40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
41 Summary(es) : OpenSSH implementaci?n libre de Secure Shell (SSH).
43 Summary(it) : Implementazione gratuita OpenSSH della Secure Shell.
44 Summary(pt) : Implementa??o livre OpenSSH do protocolo 'Secure Shell' (SSH).
45 Summary(pt_BR) : Implementa??o livre OpenSSH do protocolo Secure Shell (SSH).
70 Summary : OpenSSH Secure Shell protocol server (sshd).
71 Summary(de) : OpenSSH Secure Shell Protocol-Server (sshd).
72 Summary(es) : Servidor del protocolo OpenSSH Secure Shell (sshd).
74 Summary(it) : Server OpenSSH per il protocollo Secure Shell (sshd)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsService.java 29 import android.provider.Settings.Secure;
84 String value = Settings.Secure.getString(cr, validSetting);
383 Secure.LOCK_PATTERN_ENABLED,
384 Secure.LOCK_BIOMETRIC_WEAK_FLAGS,
385 Secure.LOCK_PATTERN_VISIBLE,
386 Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED
  /frameworks/base/core/java/android/server/search/
SearchManagerService.java 128 Settings.Secure.getUriFor(Settings.Secure.SEARCH_GLOBAL_SEARCH_ACTIVITY),
  /frameworks/base/core/java/android/webkit/
JniUtil.java 176 return Settings.Secure.getString(sContext.getContentResolver(),
177 Settings.Secure.WEB_AUTOFILL_QUERY_URL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodButton.java 149 return Settings.Secure.getInt(getContext().getContentResolver(),
150 Settings.Secure.INPUT_METHOD_SELECTOR_VISIBILITY, ID_IME_BUTTON_VISIBILITY_AUTO);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 569 boolean isEnabled = (Settings.Secure.getInt(context.getContentResolver(),
570 Settings.Secure.ACCESSIBILITY_ENABLED, 0) == 1 ? true : false);
576 Settings.Secure.putInt(context.getContentResolver(), Settings.Secure.ACCESSIBILITY_ENABLED,
598 String enabledServices = Settings.Secure.getString(context.getContentResolver(),
599 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES);
613 Settings.Secure.putString(context.getContentResolver(),
614 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, servicesToEnable.toString());
  /packages/apps/Phone/src/com/android/phone/
CdmaVoicePrivacyCheckBoxPreference.java 89 android.provider.Settings.Secure.putInt(getContext().getContentResolver(),
90 android.provider.Settings.Secure.ENHANCED_VOICE_PRIVACY_ENABLED, enable);

Completed in 688 milliseconds

12 3 4 5 6