Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountWithDataSet.java61 public static final String LOCAL_ACCOUNT_SELECTION = RawContacts.ACCOUNT_TYPE + " IS NULL AND " field in AccountWithDataSet
131 selection = LOCAL_ACCOUNT_SELECTION; in hasData()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactListAdapter.java223 selection.append(AccountWithDataSet.LOCAL_ACCOUNT_SELECTION); in configureSelection()