Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferences.java259 AccountWithDataSet localAccount = AccountWithDataSet.getLocalAccount(mContext); in shouldShowAccountChangedNotification() local
264 return defaultAccount == null || !defaultAccount.equals(localAccount); in shouldShowAccountChangedNotification()
268 && !currentWritableAccounts.get(0).equals(localAccount)) { in shouldShowAccountChangedNotification()