Searched refs:mDefaultAccountKey (Results 1 – 1 of 1) sorted by relevance
99 private String mDefaultAccountKey; field in ContactsPreferences116 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()