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

<<11121314151617181920>>

  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationListener.java 197 mNotificationBadgingObserver = new SettingsObserver.Secure(getContentResolver()) {
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 409 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_RATE, Engine.DEFAULT_RATE);
413 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_PITCH, Engine.DEFAULT_PITCH);
422 return Settings.Secure.getInt(getContentResolver(), name, defaultValue);
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
BrightnessTracker.java 366 Settings.Secure.NIGHT_DISPLAY_ACTIVATED, 0, UserHandle.USER_CURRENT)
369 Settings.Secure.NIGHT_DISPLAY_COLOR_TEMPERATURE,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkScorerAppManagerTest.java 585 mockLocationModeValue(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY);
589 mockLocationModeValue(Settings.Secure.LOCATION_MODE_OFF);
594 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ManagedServicesTest.java 373 List<String> actual = stringToList(Settings.Secure.getStringForUser(
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 43 import android.provider.Settings.Secure;
534 String ssaid = Secure.getString(mService.getContentResolver(), Secure.ANDROID_ID);
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 34 import android.provider.Settings.Secure;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 352 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true,
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java     [all...]
  /external/scapy/scapy/layers/
eap.py 346 RFC 4851 - "The Flexible Authentication via Secure Tunneling
422 Secure Channel Identifier.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
GarbageMonitor.java 442 Settings.Secure.getInt(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogImpl.java 472 int ringerCount = Settings.Secure.getInt(cr, Settings.Secure.MANUAL_RINGER_TOGGLE_COUNT, 0);
473 Settings.Secure.putInt(cr, Settings.Secure.MANUAL_RINGER_TOGGLE_COUNT, ringerCount + 1);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/power/
BatterySaverPolicy.java 60 // Secure setting for GPS behavior when battery saver mode is on.
397 // Get default value from Settings.Secure
398 final int defaultGpsMode = Settings.Secure.getInt(mContentResolver, SECURE_KEY_GPS_MODE,
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublication.java 177 mPreferredTtyMode = Settings.Secure.getInt(
179 Settings.Secure.PREFERRED_TTY_MODE,
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java     [all...]
  /frameworks/base/core/java/android/os/
UserManager.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 208 String disabledServicesSetting = Settings.Secure.getString(getContentResolver(),
209 Settings.Secure.DISABLED_PRINT_SERVICES);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ScreenDecorations.java 43 import android.provider.Settings.Secure;
166 Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java 27 import static android.provider.Settings.Secure.VOLUME_HUSH_MUTE;
28 import static android.provider.Settings.Secure.VOLUME_HUSH_OFF;
29 import static android.provider.Settings.Secure.VOLUME_HUSH_VIBRATE;
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 379 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.DEFAULT_INPUT_METHOD);
380 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.SKIP_FIRST_USE_HINTS);
381 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.INSTALL_NON_MARKET_APPS);
385 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 105 boolean setupComplete = (Settings.Secure.getInt(context.getContentResolver(),

Completed in 1881 milliseconds

<<11121314151617181920>>