Searched refs:IN_VISIBLE_GROUP (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 143 + 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/ |
D | ContactsDictionaryConstants.java | 30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | GroupsTest.java | 238 Contacts.IN_VISIBLE_GROUP in assertContactVisible() 248 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "=" in buildVisibleAssert()
|
D | EnterpriseContactsCursorWrapperTest.java | 41 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP, in testWrappedResults()
|
D | ContactsProvider2Test.java | 224 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/ |
D | FavoritesAndContactsLoader.java | 90 selection.append(" AND ").append(Contacts.IN_VISIBLE_GROUP + "=1");
|
D | DefaultContactListAdapter.java | 199 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in configureSelection()
|
D | PhoneNumberListAdapter.java | 298 selection.append(Contacts.IN_VISIBLE_GROUP + "=1"); in applyFilter()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | SmsMmsContacts.java | 57 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
|
D | BluetoothMapContent.java | 1404 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/ |
D | ContactsProvider2.java | 584 + Contacts.IN_VISIBLE_GROUP + " DESC, " 621 .add(Contacts.IN_VISIBLE_GROUP) 934 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)
|
D | ContactsDatabaseHelper.java | 1967 + Contacts.IN_VISIBLE_GROUP + ", " in createContactsViews()
|