Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java62 private boolean mAreGroupWritableAccountsAvailable; field in DrawerAdapter
129 if (mAreGroupWritableAccountsAvailable || !mGroupEntries.isEmpty()) { in rebuildItemsList()
133 if (mAreGroupWritableAccountsAvailable) { in rebuildItemsList()
151 mAreGroupWritableAccountsAvailable = areGroupWritable; in setGroups()