Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java131 + SmartDialDbColumns.IN_VISIBLE_GROUP in setupTables()
469 + SmartDialDbColumns.IN_VISIBLE_GROUP in insertUpdatedContactsAndNumberPrefix()
755 + SmartDialDbColumns.IN_VISIBLE_GROUP in updateSmartDialDatabase()
960 String IN_VISIBLE_GROUP = "in_visible_group"; field
1003 Contacts.IN_VISIBLE_GROUP, // 12
1130 + SmartDialDbColumns.IN_VISIBLE_GROUP
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java238 Contacts.IN_VISIBLE_GROUP in assertContactVisible()
248 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "=" in buildVisibleAssert()
DEnterpriseContactsCursorWrapperTest.java42 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP, in testWrappedResults()
DContactsProvider2Test.java199 Contacts.IN_VISIBLE_GROUP, in testContactsProjection()
240 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentProjection()
285 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentPhoneOnlyProjection()
334 Contacts.IN_VISIBLE_GROUP, in testContactsWithSnippetProjection()
463 Contacts.IN_VISIBLE_GROUP, in testDataProjection()
543 Contacts.IN_VISIBLE_GROUP, in testDistinctDataProjection()
635 Contacts.IN_VISIBLE_GROUP, in testEntityProjection()
727 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupProjection()
761 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupEnterpriseProjection()
790 PhoneLookup.IN_VISIBLE_GROUP, in testSipPhoneLookupProjection()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsDictionaryConstants.java30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DContactsListLoader.java48 Contacts.IN_VISIBLE_GROUP + "=1", null, Contacts.SORT_KEY_PRIMARY); in newVisibleContactsLoader()
/packages/apps/Contacts/src/com/android/contacts/list/
DFavoritesAndContactsLoader.java90 selection.append(" AND ").append(Contacts.IN_VISIBLE_GROUP + "=1");
DDefaultContactListAdapter.java228 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in configureSelection()
DPhoneNumberListAdapter.java298 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in applyFilter()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DDefaultContactListAdapter.java158 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in configureSelection()
DPhoneNumberListAdapter.java203 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in applyFilter()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DSmsMmsContacts.java56 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
DBluetoothMapContent.java1310 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in getContactNameFromPhone()
3345 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in setVCardFromPhoneNumber()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java641 + Contacts.IN_VISIBLE_GROUP + " DESC, "
678 .add(Contacts.IN_VISIBLE_GROUP)
993 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)
DContactsDatabaseHelper.java1958 + Contacts.IN_VISIBLE_GROUP + ", " in createContactsViews()