Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java143 + SmartDialDbColumns.IN_VISIBLE_GROUP in setupTables()
527 + SmartDialDbColumns.IN_VISIBLE_GROUP in insertUpdatedContactsAndNumberPrefix()
837 + SmartDialDbColumns.IN_VISIBLE_GROUP in updateSmartDialDatabase()
1049 String IN_VISIBLE_GROUP = "in_visible_group"; field
1092 Contacts.IN_VISIBLE_GROUP, // 12
1219 + SmartDialDbColumns.IN_VISIBLE_GROUP
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsDictionaryConstants.java30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.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.java41 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP, in testWrappedResults()
DContactsProvider2Test.java224 Contacts.IN_VISIBLE_GROUP, in testContactsProjection()
265 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentProjection()
310 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentPhoneOnlyProjection()
359 Contacts.IN_VISIBLE_GROUP, in testContactsWithSnippetProjection()
490 Contacts.IN_VISIBLE_GROUP, in testDataProjection()
572 Contacts.IN_VISIBLE_GROUP, in testDistinctDataProjection()
666 Contacts.IN_VISIBLE_GROUP, in testEntityProjection()
760 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupProjection()
796 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupEnterpriseProjection()
827 PhoneLookup.IN_VISIBLE_GROUP, in testSipPhoneLookupProjection()
[all …]
/packages/apps/Contacts/src/com/android/contacts/list/
DFavoritesAndContactsLoader.java90 selection.append(" AND ").append(Contacts.IN_VISIBLE_GROUP + "=1");
DDefaultContactListAdapter.java199 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in configureSelection()
DPhoneNumberListAdapter.java298 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in applyFilter()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DSmsMmsContacts.java57 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
DBluetoothMapContent.java1404 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in getContactNameFromPhone()
3601 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in setVCardFromPhoneNumber()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java584 + Contacts.IN_VISIBLE_GROUP + " DESC, "
621 .add(Contacts.IN_VISIBLE_GROUP)
934 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)
DContactsDatabaseHelper.java1967 + Contacts.IN_VISIBLE_GROUP + ", " in createContactsViews()