Searched refs:getSecureIntForUser (Results 1 – 1 of 1) sorted by relevance
88 return getSecureIntForUser(CarSettings.Secure.KEY_AUDIO_PERSIST_VOLUME_GROUP_MUTE_STATES, in isPersistVolumeGroupMuteEnabled()96 return getSecureIntForUser( in isRejectNavigationOnCallEnabledInSettings()109 private int getSecureIntForUser(String name, int defaultValue, @UserIdInt int userId) { in getSecureIntForUser() method in CarAudioSettings