Searched refs:sharedPreferenceForAccount (Results 1 – 2 of 2) sorted by relevance
183 PerAccountSharedPreferences sharedPreferenceForAccount = in createInboxErrorMessage() local190 !isPromoForArchiveDismissed(sharedPreferenceForAccount, isFull) in createInboxErrorMessage()238 sharedPreferenceForAccount, in createInboxErrorMessage()247 PerAccountSharedPreferences sharedPreferenceForAccount, boolean isFull) { in isPromoForArchiveDismissed() argument249 return sharedPreferenceForAccount.getBoolean(VOICEMAIL_PROMO_DISMISSED_KEY, false); in isPromoForArchiveDismissed()251 return sharedPreferenceForAccount.getBoolean( in isPromoForArchiveDismissed()262 PerAccountSharedPreferences sharedPreferenceForAccount, in createVMQuotaPromo() argument282 sharedPreferenceForAccount, in createVMQuotaPromo()
239 PerAccountSharedPreferences sharedPreferenceForAccount,251 sharedPreferenceForAccount.edit().putBoolean(preferenceKeyToUpdate, true).apply();