Searched refs:IN_VISIBLE_GROUP (Results 1 – 15 of 15) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 119 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/ |
D | ContactsDictionaryConstants.java | 30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 48 Contacts.IN_VISIBLE_GROUP + "=1", null, Contacts.SORT_KEY_PRIMARY); in newVisibleContactsLoader()
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
D | DatabaseTestUtils.java | 49 Contacts.IN_VISIBLE_GROUP, // 12 in constructNewContactCursor()
|
/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 | 42 /* column 8 */ PhoneLookup.IN_VISIBLE_GROUP, in testWrappedResults()
|
D | ContactsProvider2Test.java | 197 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/ |
D | SmsMmsContacts.java | 56 private static final String CONTACT_SEL_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
|
D | BluetoothMapContent.java | 1312 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/ |
D | DefaultContactListAdapter.java | 207 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/hfp/ |
D | AtPhonebook.java | 69 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapVcardManager.java | 101 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 1891 + 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()
|
D | ContactsProvider2.java | 649 + Contacts.IN_VISIBLE_GROUP + " DESC, " 686 .add(Contacts.IN_VISIBLE_GROUP) 992 .add(PhoneLookup.IN_VISIBLE_GROUP, "contacts_view." + Contacts.IN_VISIBLE_GROUP)
|