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

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/am/
AppErrors.java 675 final boolean showBackground = Settings.Secure.getInt(mContext.getContentResolver(),
676 Settings.Secure.ANR_SHOW_BACKGROUND, 0) != 0;
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 269 int mode = Settings.Secure.getInt(
270 cr, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF);
271 boolean gps = Settings.Secure.isLocationProviderEnabled(cr, LocationManager.GPS_PROVIDER);
272 boolean nlp = Settings.Secure.isLocationProviderEnabled(
286 // Assert LocationManager returned the values from Settings.Secure (assuming the device has
292 case Settings.Secure.LOCATION_MODE_OFF:
296 case Settings.Secure.LOCATION_MODE_SENSORS_ONLY:
300 case Settings.Secure.LOCATION_MODE_BATTERY_SAVING:
304 case Settings.Secure.LOCATION_MODE_HIGH_ACCURACY
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_6_memory-and-storage.md 22 an internal storage component or a removable storage medium (e.g. Secure
34 * User-accessible removable storage, such as a Secure Digital (SD) card slot.
  /cts/tests/autofillservice/src/android/autofillservice/cts/
AutoFillServiceTestCase.java 63 new SettingsStateKeeperRule(sContext, Settings.Secure.AUTOFILL_SERVICE);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
SuggestionParser.java 315 String name = Settings.Secure.COMPLETED_CATEGORY_PREFIX + category;
316 return Settings.Secure.getInt(mContext.getContentResolver(), name, 0) != 0;
320 String name = Settings.Secure.COMPLETED_CATEGORY_PREFIX + category;
321 Settings.Secure.putInt(mContext.getContentResolver(), name, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 110 Settings.Secure.LOCATION_CHANGER_QUICK_SETTINGS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 103 Settings.Secure.putInt(context.getContentResolver(),
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationController.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CertBlacklisterTest.java 46 Settings.Secure.putString(mContext.getContentResolver(), key, value);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
CoreSettingsObserverTest.java 109 Settings.Secure.putInt(mContentResolver, TEST_SETTING_SECURE_INT, TEST_INT);
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
UserManagerTest.java 348 int locationMode = Settings.Secure.getIntForUser(getContext().getContentResolver(),
349 Settings.Secure.LOCATION_MODE,
350 Settings.Secure.LOCATION_MODE_HIGH_ACCURACY,
353 + "LOCATION_MODE_OFF by default", locationMode, Settings.Secure.LOCATION_MODE_OFF);
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionSessionConnection.java 176 if (Settings.Secure.getIntForUser(mContext.getContentResolver(),
177 Settings.Secure.ASSIST_STRUCTURE_ENABLED, 1, mUser) == 0) {
180 if (Settings.Secure.getIntForUser(mContext.getContentResolver(),
181 Settings.Secure.ASSIST_SCREENSHOT_ENABLED, 1, mUser) == 0) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
FrameworkFacade.java 68 * Mockable facade to Settings.Secure.getInt(.).
71 return Settings.Secure.getInt(context.getContentResolver(), name, def);
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionManagerImplBase.java 103 final String enabledNotifListeners = Settings.Secure.getString(mContentResolver,
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 121 mNotificationBadgingObserver = new SettingsObserver.Secure(
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
CardEmulationManager.java 244 String name = Settings.Secure.getStringForUser(
245 mContext.getContentResolver(), Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT,
265 // TODO Not really nice to be writing to Settings.Secure here...
267 // Settings.Secure
269 Settings.Secure.putStringForUser(mContext.getContentResolver(),
270 Settings.Secure.NFC_PAYMENT_DEFAULT_COMPONENT,
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAccessSettings.java 44 .setSetting(Settings.Secure.ENABLED_NOTIFICATION_LISTENERS)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowSecureSettings.java 31 @Implements(Settings.Secure.class)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
NotificationAccess.java 75 .setSetting(Settings.Secure.ENABLED_NOTIFICATION_LISTENERS)
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/autofill/
AutofillPickerFragmentTest.java 85 Settings.Secure.AUTOFILL_SERVICE,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 135 final boolean speakPassword = Settings.Secure.getInt(mContext.getContentResolver(),
  /packages/services/Telephony/src/com/android/phone/
CdmaSystemSelectListPreference.java 27 import android.provider.Settings.Secure;
83 //Set the Settings.Secure network mode
129 //changes the Settings.Secure accordingly to statusCdmaRoamingMode
  /compatibility/cdd/6_dev-tools-and-options/
6_1_developer_tools.md 16 * [C-0-5] MUST support secure adb. Android includes support for secure
17 adb. Secure adb enables adb on known authenticated hosts.
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockImeSession.java 159 return Settings.Secure.getString(mContext.getContentResolver(),
160 Settings.Secure.DEFAULT_INPUT_METHOD);
  /external/curl/docs/cmdline-opts/
version.d 44 SRP (Secure Remote Password) authentication is supported for TLS.

Completed in 1771 milliseconds

<<11121314151617181920>>