Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java98 ContactsPreferences(Context context, boolean isDefaultAccountUserChangeable) { in ContactsPreferences() argument
100 mIsDefaultAccountUserChangeable = isDefaultAccountUserChangeable; in ContactsPreferences()
208 public boolean isDefaultAccountUserChangeable() { in isDefaultAccountUserChangeable() method in ContactsPreferences
213 if (!isDefaultAccountUserChangeable()) { in getDefaultAccount()