Searched refs:getVoicemailVibrationSharedPrefsKey (Results 1 – 1 of 1) sorted by relevance
50 editor.putBoolean(getVoicemailVibrationSharedPrefsKey(), isEnabled); in setVibrationEnabled()63 return prefs.getBoolean(getVoicemailVibrationSharedPrefsKey(), false /* defValue */); in getVibrationPreference()98 String key = getVoicemailVibrationSharedPrefsKey(); in migrateVoicemailVibrationSettingsIfNeeded()156 private static String getVoicemailVibrationSharedPrefsKey() { in getVoicemailVibrationSharedPrefsKey() method in VoicemailNotificationSettingsUtil