Searched refs:settingsSecurePutIntForUser (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerServiceTestable.java | 368 void settingsSecurePutIntForUser(String name, int value, int userHandle) { in settingsSecurePutIntForUser() method in DevicePolicyManagerServiceTestable.MockInjector 369 services.settings.settingsSecurePutIntForUser(name, value, userHandle); in settingsSecurePutIntForUser()
|
H A D | MockSystemServices.java | 507 public void settingsSecurePutIntForUser(String name, int value, int userHandle) { in settingsSecurePutIntForUser() method in MockSystemServices.SettingsForMock
|
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 1215 mSystemServices.settingsSecurePutIntForUser(Settings.Secure.ALWAYS_ON_VPN_LOCKDOWN, in saveAlwaysOnPackage() 2527 public void settingsSecurePutIntForUser(String key, int value, int userId) { in settingsSecurePutIntForUser() method in Vpn.SystemServices
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 1929 void settingsSecurePutIntForUser(String name, int value, int userHandle) { in settingsSecurePutIntForUser() method in Injector 2655 mInjector.settingsSecurePutIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()
|