Searched refs:updateSummary (Results 1 – 1 of 1) sorted by relevance
85 updateSummary(sharedPreferences, keyprefResolution); in onResume()86 updateSummary(sharedPreferences, keyprefFps); in onResume()88 updateSummary(sharedPreferences, keyprefStartVideoBitrateType); in onResume()91 updateSummary(sharedPreferences, keyPrefVideoCodec); in onResume()95 updateSummary(sharedPreferences, keyprefStartAudioBitrateType); in onResume()98 updateSummary(sharedPreferences, keyPrefAudioCodec); in onResume()103 updateSummary(sharedPreferences, keyPrefRoomServerUrl); in onResume()126 updateSummary(sharedPreferences, key); in onSharedPreferenceChanged()149 private void updateSummary(SharedPreferences sharedPreferences, String key) { in updateSummary() method in SettingsActivity