/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsListLoader.java | 48 Contacts.IN_VISIBLE_GROUP + "=1", null, Contacts.SORT_KEY_PRIMARY);
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 109 String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" +
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GroupsTest.java | 243 Contacts.IN_VISIBLE_GROUP 253 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "="
|
LegacyContactImporterTest.java | 176 Contacts.IN_VISIBLE_GROUP,
|
ContactsProvider2Test.java | 112 Contacts.IN_VISIBLE_GROUP, 147 Contacts.IN_VISIBLE_GROUP, 260 Contacts.IN_VISIBLE_GROUP, 329 Contacts.IN_VISIBLE_GROUP, 413 Contacts.IN_VISIBLE_GROUP, 492 PhoneLookup.IN_VISIBLE_GROUP, [all...] |
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
ImportExportDialogFragment.java | 146 LOOKUP_PROJECTION, Contacts.IN_VISIBLE_GROUP + "!=0", null, null);
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
DefaultContactListAdapter.java | 181 selection.append(Contacts.IN_VISIBLE_GROUP + "=1");
|
PhoneNumberListAdapter.java | 142 selection.append(Contacts.IN_VISIBLE_GROUP + "=1");
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothAtPhonebook.java | 68 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 100 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | [all...] |
ContactsProvider2.java | 518 * second in_visible_group, then the rest. 519 * Within the four (starred/unstarred, in_visible_group/not-in_visible_group) groups 527 + Contacts.IN_VISIBLE_GROUP + " DESC, " 571 .add(Contacts.IN_VISIBLE_GROUP) [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/prebuilt/sdk/12/ |
android.jar | |
/prebuilt/sdk/14/ |
android.jar | |
/prebuilt/sdk/6/ |
android.jar | |