Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java99 private String mDefaultAccountKey; field in ContactsPreferences
116 mDefaultAccountKey = mContext.getResources().getString( in ContactsPreferences()
384 } else if (mDefaultAccountKey.equals(key)) { in refreshValue()
433 if (!mPreferences.contains(mDefaultAccountKey)) { in maybeMigrateSystemSettings()
436 final String defaultAccount = previousPrefs.getString(mDefaultAccountKey, null); in maybeMigrateSystemSettings()
444 if (mPreferences.contains(mDefaultAccountKey) && getDefaultAccount() == null) { in maybeMigrateSystemSettings()
445 String defaultAccount = mPreferences.getString(mDefaultAccountKey, null); in maybeMigrateSystemSettings()