HomeSort by relevance Sort by last modified time
    Searched refs:PerAccountSharedPreferences (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/
VisualVoicemailPreferences.java 21 import com.android.dialer.common.PerAccountSharedPreferences;
28 public class VisualVoicemailPreferences extends PerAccountSharedPreferences {
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmAccountManager.java 29 import com.android.dialer.common.PerAccountSharedPreferences;
92 PerAccountSharedPreferences preferences =
128 PerAccountSharedPreferences deviceProtectedPreference,
137 PerAccountSharedPreferences credentialProtectedPreference =
157 private static PerAccountSharedPreferences getPreferenceForActivationState(
159 return new PerAccountSharedPreferences(
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/
LegacyVoicemailNotificationReceiver.java 34 import com.android.dialer.common.PerAccountSharedPreferences;
78 PerAccountSharedPreferences preferences = getSharedPreferences(context, phoneAccountHandle);
140 static PerAccountSharedPreferences getSharedPreferences(
142 return new PerAccountSharedPreferences(
  /packages/apps/Dialer/java/com/android/dialer/common/
PerAccountSharedPreferences.java 29 public class PerAccountSharedPreferences {
34 public PerAccountSharedPreferences(
44 protected PerAccountSharedPreferences(
  /packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
OmtpVoicemailMessageCreator.java 25 import com.android.dialer.common.PerAccountSharedPreferences;
183 PerAccountSharedPreferences sharedPreferenceForAccount =
184 new PerAccountSharedPreferences(
247 PerAccountSharedPreferences sharedPreferenceForAccount, boolean isFull) {
262 PerAccountSharedPreferences sharedPreferenceForAccount,
VoicemailErrorMessage.java 31 import com.android.dialer.common.PerAccountSharedPreferences;
239 PerAccountSharedPreferences sharedPreferenceForAccount,

Completed in 535 milliseconds