Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java2521 Settings.Secure.putString(getContentResolverAsUser(userId), key, value); in settingsSecurePutStringForUser()
2528 Settings.Secure.putInt(getContentResolverAsUser(userId), key, value); in settingsSecurePutIntForUser()
2535 return Settings.Secure.getString(getContentResolverAsUser(userId), key); in settingsSecureGetStringForUser()
2542 return Settings.Secure.getInt(getContentResolverAsUser(userId), key, def); in settingsSecureGetIntForUser()
2545 private ContentResolver getContentResolverAsUser(int userId) { in getContentResolverAsUser() method in Vpn.SystemServices