Searched defs:areAllRawContactsSimAccounts (Results 1 - 2 of 2) sorted by relevance

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

Completed in 41 milliseconds