Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1355 initializeNoContactDetailCard(cp2DataCardModel.areAllRawContactsSimAccounts); in populateContactAndAboutCard()
1378 private void initializeNoContactDetailCard(boolean areAllRawContactsSimAccounts) { in initializeNoContactDetailCard() argument
1399 if (!areAllRawContactsSimAccounts) { in initializeNoContactDetailCard()
1527 dataModel.areAllRawContactsSimAccounts = data.areAllRawContactsSimAccounts(this); in generateDataModelFromContact()
1544 public boolean areAllRawContactsSimAccounts; field in QuickContactActivity.Cp2DataCardModel
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java469 public boolean areAllRawContactsSimAccounts(final Context context) { in areAllRawContactsSimAccounts() method in Contact