HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_INVISIBLE (Results 1 - 15 of 15) 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 181 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
286 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) {
DefaultContactListAdapter.java 80 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
ContactEntryListAdapter.java 51 * Indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
542 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
559 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 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/
ContactLoader.java 422 && mDirectoryId != Directory.LOCAL_INVISIBLE;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 548 if (id == Directory.LOCAL_INVISIBLE) {
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 378 * {@link Directory#LOCAL_INVISIBLE Directory.LOCAL_INVISIBLE}.
467 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/current/
android.jar 

Completed in 507 milliseconds