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

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 93 * A flag that indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
125 : (Directory._ID + "!=" + Directory.LOCAL_INVISIBLE);
131 : (" AND " + Directory._ID + "!=" + Directory.LOCAL_INVISIBLE));
139 : (" AND " + Directory._ID + "!=" + Directory.LOCAL_INVISIBLE));
184 Directory.LOCAL_INVISIBLE,
ContactListAdapter.java 182 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
287 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) {
DefaultContactListAdapter.java 82 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
ContactEntryListAdapter.java 52 * Indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
518 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
535 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
ContactBrowseListFragment.java 261 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 63 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE);
104 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.LOCAL_INVISIBLE))
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 251 deleteWhereArgs.add(String.valueOf(Directory.LOCAL_INVISIBLE));
311 values.put(Directory._ID, Directory.LOCAL_INVISIBLE);
ContactsProvider2.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 400 && mDirectoryId != Directory.LOCAL_INVISIBLE;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 539 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...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1260 milliseconds