Searched refs:getContentResolverAsUser (Results 1 – 1 of 1) sorted by relevance
2521 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