Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java119 static final String IN_VISIBLE_GROUP = "in_visible_group"; field
156 Contacts.IN_VISIBLE_GROUP, // 12
260 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.IN_VISIBLE_GROUP + " DESC, "
410 + SmartDialDbColumns.IN_VISIBLE_GROUP + " INTEGER, " in setupTables()
770 SmartDialDbColumns.IN_VISIBLE_GROUP+ ", " + in insertUpdatedContactsAndNumberPrefix()
1019 SmartDialDbColumns.IN_VISIBLE_GROUP + ", " + in updateSmartDialDatabase()
/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/Dialer/tests/src/com/android/dialer/database/
DDatabaseTestUtils.java49 Contacts.IN_VISIBLE_GROUP, // 12 in constructNewContactCursor()
/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.java197 Contacts.IN_VISIBLE_GROUP, in testContactsProjection()
238 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentProjection()
283 Contacts.IN_VISIBLE_GROUP, in testContactsStrequentPhoneOnlyProjection()
332 Contacts.IN_VISIBLE_GROUP, in testContactsWithSnippetProjection()
461 Contacts.IN_VISIBLE_GROUP, in testDataProjection()
541 Contacts.IN_VISIBLE_GROUP, in testDistinctDataProjection()
633 Contacts.IN_VISIBLE_GROUP, in testEntityProjection()
719 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupProjection()
747 PhoneLookup.IN_VISIBLE_GROUP, in testPhoneLookupEnterpriseProjection()
776 PhoneLookup.IN_VISIBLE_GROUP, in testSipPhoneLookupProjection()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DSmsMmsContacts.java56 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
DBluetoothMapContent.java1312 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in getContactNameFromPhone()
3346 String selection = Contacts.IN_VISIBLE_GROUP + "=1"; in setVCardFromPhoneNumber()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java207 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/hfp/
DAtPhonebook.java69 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java101 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java1891 + Contacts.IN_VISIBLE_GROUP + ", " in createContactsViews()
3145 "SELECT " + Contacts.IN_VISIBLE_GROUP + in upgradeToVersion203()
3158 Contacts.IN_VISIBLE_GROUP + in upgradeToVersion203()
3742 " WHERE " + Contacts.IN_VISIBLE_GROUP + "!=0"); in upgradeToVersion401()
DContactsProvider2.java649 + Contacts.IN_VISIBLE_GROUP + " DESC, "
686 .add(Contacts.IN_VISIBLE_GROUP)
992 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)