HomeSort by relevance Sort by last modified time
    Searched refs:IN_VISIBLE_GROUP (Results 1 - 23 of 23) sorted by null

  /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/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 108 static final String IN_VISIBLE_GROUP = "in_visible_group";
144 Contacts.IN_VISIBLE_GROUP, // 12
218 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.IN_VISIBLE_GROUP + " DESC, "
359 SmartDialDbColumns.IN_VISIBLE_GROUP + " INTEGER, " +
617 SmartDialDbColumns.IN_VISIBLE_GROUP+ ", " +
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 238 Contacts.IN_VISIBLE_GROUP
248 Contacts._ID + "=" + contactId + " AND " + Contacts.IN_VISIBLE_GROUP + "="
ContactsProvider2Test.java 134 Contacts.IN_VISIBLE_GROUP,
174 Contacts.IN_VISIBLE_GROUP,
218 Contacts.IN_VISIBLE_GROUP,
266 Contacts.IN_VISIBLE_GROUP,
391 Contacts.IN_VISIBLE_GROUP,
468 Contacts.IN_VISIBLE_GROUP,
558 Contacts.IN_VISIBLE_GROUP,
638 PhoneLookup.IN_VISIBLE_GROUP,
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 165 LOOKUP_PROJECTION, Contacts.IN_VISIBLE_GROUP + "!=0", null, null);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DefaultContactListAdapter.java 169 selection.append(Contacts.IN_VISIBLE_GROUP + "=1");
PhoneNumberListAdapter.java 219 selection.append(Contacts.IN_VISIBLE_GROUP + "=1");
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 67 private static final String VISIBLE_PHONEBOOK_WHERE = Phone.IN_VISIBLE_GROUP + "=1";
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 102 private static final String CLAUSE_ONLY_VISIBLE = Contacts.IN_VISIBLE_GROUP + "=1";
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
SmartDialPrefixTest.java 132 Contacts.IN_VISIBLE_GROUP, // 12
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 686 String selection = Contacts.IN_VISIBLE_GROUP + "=1";
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java 554 * If all else fails, in_visible_group, alphabetical.
561 + Contacts.IN_VISIBLE_GROUP + " DESC, "
598 .add(Contacts.IN_VISIBLE_GROUP)
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 270 milliseconds