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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 94 * A flag that indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
126 : (Directory._ID + "!=" + Directory.LOCAL_INVISIBLE);
132 : (" AND " + Directory._ID + "!=" + Directory.LOCAL_INVISIBLE));
140 : (" AND " + Directory._ID + "!=" + Directory.LOCAL_INVISIBLE));
185 Directory.LOCAL_INVISIBLE,
ContactListAdapter.java 181 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
286 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) {
DefaultContactListAdapter.java 79 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
ContactEntryListAdapter.java 51 * Indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
534 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
551 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 65 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE);
108 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.LOCAL_INVISIBLE))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 250 deleteWhereArgs.add(String.valueOf(Directory.LOCAL_INVISIBLE));
317 values.put(Directory._ID, Directory.LOCAL_INVISIBLE);
ContactsProvider2.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 370 && mDirectoryId != Directory.LOCAL_INVISIBLE;
ContactLoader.java 520 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 264 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) {
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 567 if (id == Directory.LOCAL_INVISIBLE) {
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 377 * {@link Directory#LOCAL_INVISIBLE Directory.LOCAL_INVISIBLE}.
466 public static final long LOCAL_INVISIBLE = 1;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 123 milliseconds