Home
last modified time | relevance | path

Searched refs:sharedPreferenceForAccount (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DOmtpVoicemailMessageCreator.java183 PerAccountSharedPreferences sharedPreferenceForAccount = in createInboxErrorMessage() local
190 !isPromoForArchiveDismissed(sharedPreferenceForAccount, isFull) in createInboxErrorMessage()
238 sharedPreferenceForAccount, in createInboxErrorMessage()
247 PerAccountSharedPreferences sharedPreferenceForAccount, boolean isFull) { in isPromoForArchiveDismissed() argument
249 return sharedPreferenceForAccount.getBoolean(VOICEMAIL_PROMO_DISMISSED_KEY, false); in isPromoForArchiveDismissed()
251 return sharedPreferenceForAccount.getBoolean( in isPromoForArchiveDismissed()
262 PerAccountSharedPreferences sharedPreferenceForAccount, in createVMQuotaPromo() argument
282 sharedPreferenceForAccount, in createVMQuotaPromo()
DVoicemailErrorMessage.java239 PerAccountSharedPreferences sharedPreferenceForAccount,
251 sharedPreferenceForAccount.edit().putBoolean(preferenceKeyToUpdate, true).apply();