Home
last modified time | relevance | path

Searched refs:IN_VISIBLE_GROUP (Results 1 – 13 of 13) 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/apps/Contacts/src/com/android/contacts/list/
DFavoritesAndContactsLoader.java90 selection.append(" AND ").append(Contacts.IN_VISIBLE_GROUP + "=1");
DDefaultContactListAdapter.java201 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in configureSelection()
DPhoneNumberListAdapter.java298 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in applyFilter()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java239 Contacts.IN_VISIBLE_GROUP in assertContactVisible()
249 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "=" in buildVisibleAssert()
DEnterpriseContactsCursorWrapperTest.java40 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP, in testWrappedResults()
DContactsProvider2Test.java443 Contacts.IN_VISIBLE_GROUP, in testContactsProjection()
484 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentProjection()
529 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentPhoneOnlyProjection()
578 Contacts.IN_VISIBLE_GROUP, in testContactsWithSnippetProjection()
709 Contacts.IN_VISIBLE_GROUP, in testDataProjection()
791 Contacts.IN_VISIBLE_GROUP, in testDistinctDataProjection()
885 Contacts.IN_VISIBLE_GROUP, in testEntityProjection()
979 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupProjection()
1015 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupEnterpriseProjection()
1046 PhoneLookup.IN_VISIBLE_GROUP, in testSipPhoneLookupProjection()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DSmsMmsContacts.java69 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
DBluetoothMapContent.java1353 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in getContactNameFromPhone()
3609 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in setVCardFromPhoneNumber()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1865 eq(ContactsContract.Contacts.IN_VISIBLE_GROUP + "=1"), in extractMmsAddresses_withTypeMmsFrom()
1918 eq(ContactsContract.Contacts.IN_VISIBLE_GROUP + "=1"), in extractMmsAddresses_withTypeMmsTo()
1971 eq(ContactsContract.Contacts.IN_VISIBLE_GROUP + "=1"), in extractMmsAddresses_withTypeMmsCc()
2024 eq(ContactsContract.Contacts.IN_VISIBLE_GROUP + "=1"), in extractMmsAddresses_withTypeMmsBcc()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java607 + Contacts.IN_VISIBLE_GROUP + " DESC, "
644 .add(Contacts.IN_VISIBLE_GROUP)
957 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)
DContactsDatabaseHelper.java1914 + Contacts.IN_VISIBLE_GROUP + ", " in createContactsViews()