Home
last modified time | relevance | path

Searched refs:settingsSecurePutIntForUser (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java368 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 DMockSystemServices.java507 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 DVpn.java1215 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 DDevicePolicyManagerService.java1929 void settingsSecurePutIntForUser(String name, int value, int userHandle) { in settingsSecurePutIntForUser() method in Injector
2655 mInjector.settingsSecurePutIntForUser( in ensureUnknownSourcesRestrictionForProfileOwnerLocked()