Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java2362 Settings.Secure.putString(getContentResolverAsUser(userId), key, value); in settingsSecurePutStringForUser()
2369 Settings.Secure.putInt(getContentResolverAsUser(userId), key, value); in settingsSecurePutIntForUser()
2376 return Settings.Secure.getString(getContentResolverAsUser(userId), key); in settingsSecureGetStringForUser()
2383 return Settings.Secure.getInt(getContentResolverAsUser(userId), key, def); in settingsSecureGetIntForUser()
2386 private ContentResolver getContentResolverAsUser(int userId) { in getContentResolverAsUser() method in Vpn.SystemServices
/frameworks/base/services/
Dart-wear-profile9224 PLcom/android/server/connectivity/Vpn$SystemServices;->getContentResolverAsUser(I)Landroid/content/…