/frameworks/base/services/tests/servicestests/src/com/android/server/ |
NetworkScorerAppManagerTest.java | 589 mockLocationModeValue(Settings.Secure.LOCATION_MODE_HIGH_ACCURACY); 593 mockLocationModeValue(Settings.Secure.LOCATION_MODE_OFF); 598 eq(Settings.Secure.LOCATION_MODE), anyInt())).thenReturn(returnVal); [all...] |
/frameworks/base/services/core/java/com/android/server/notification/ |
RankingHelper.java | 37 import android.provider.Settings.Secure; [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
PhoneWindowManager.java | [all...] |
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
DevicePolicyManagerService.java | 314 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.DEFAULT_INPUT_METHOD); 315 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.SKIP_FIRST_USE_HINTS); 316 SECURE_SETTINGS_WHITELIST.add(Settings.Secure.INSTALL_NON_MARKET_APPS); 320 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
SystemServicesProxy.java | 70 import android.provider.Settings.Secure; [all...] |
/frameworks/base/services/core/java/com/android/server/vr/ |
VrManagerService.java | 751 Settings.Secure.ENABLED_VR_LISTENERS, looper, [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
ConditionProviderVerifierActivity.java | 28 import android.provider.Settings.Secure;
|
NotificationListenerVerifierActivity.java | 27 import android.provider.Settings.Secure; 445 String listeners = Secure.getString(getContentResolver(),
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
Utils.java | 314 int defaultDays = Settings.Secure.AUTOMATIC_STORAGE_MANAGER_DAYS_TO_RETAIN_DEFAULT;
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
Helper.java | 21 import static android.provider.Settings.Secure.AUTOFILL_SERVICE; 22 import static android.provider.Settings.Secure.USER_SETUP_COMPLETE; 243 runShellCommand("settings put secure %s %s default", USER_SETUP_COMPLETE, newValue); 253 final String isIt = runShellCommand("settings get secure %s", USER_SETUP_COMPLETE); 262 assertWithMessage("Invalid value for secure setting %s", USER_SETUP_COMPLETE) 789 runShellCommand("settings put secure %s %s default", AUTOFILL_SERVICE, serviceName); 803 runShellCommand("settings delete secure %s", AUTOFILL_SERVICE); 812 final String actualName = runShellCommand("settings get secure %s", AUTOFILL_SERVICE); 820 final String actual = runShellCommand("settings get secure %s", AUTOFILL_SERVICE); 822 assertWithMessage("Invalid value for secure setting %s", AUTOFILL_SERVICE [all...] |
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresencePublication.java | 181 mPreferredTtyMode = Settings.Secure.getInt( 183 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/services/print/java/com/android/server/print/ |
PrintManagerService.java | 662 final Uri enabledPrintServicesUri = Settings.Secure.getUriFor( 663 Settings.Secure.DISABLED_PRINT_SERVICES); [all...] |
/frameworks/base/services/core/java/com/android/server/input/ |
InputManagerService.java | [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaPhone.java | 426 int mode = Settings.Secure.getInt(getContext().getContentResolver(), 427 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); 428 if (mode == Settings.Secure.LOCATION_MODE_OFF) { [all...] |
Phone.java | [all...] |
/frameworks/support/compat/java/android/support/v4/app/ |
NotificationManagerCompat.java | 88 /** Hidden field Settings.Secure.ENABLED_NOTIFICATION_LISTENERS */ 257 final String enabledNotificationListeners = Settings.Secure.getString(
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothPeripheralHandover.java | 133 mProvisioning = Settings.Secure.getInt(contentResolver,
|
/packages/providers/CallLogProvider/src/com/android/calllogbackup/ |
CallLogBackupAgent.java | 533 return Settings.Secure.getInt(
|
/frameworks/base/services/core/java/com/android/server/audio/ |
AudioService.java | [all...] |
/packages/services/Telephony/src/com/android/services/telephony/ |
TelephonyConnectionService.java | [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowManagerService.java | 335 private static final String SYSTEM_SECURE = "ro.secure"; 660 Settings.Secure.getUriFor(Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED); [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/ |
BackupManagerService.java | 413 final int enableState = Settings.Secure.getIntForUser(r, 414 Settings.Secure.BACKUP_ENABLED, -1, userId); 420 Settings.Secure.putStringForUser(r, 421 Settings.Secure.BACKUP_ENABLED, null, userId); [all...] |