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

1 2

  /packages/apps/Contacts/src/com/android/contacts/compat/
DirectoryCompat.java 35 return (directoryId == Directory.LOCAL_INVISIBLE
38 return directoryId == Directory.LOCAL_INVISIBLE;
45 return !(directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE);
  /packages/apps/Dialer/java/com/android/dialer/common/cp2/
DirectoryCompat.java 36 return (directoryId == Directory.LOCAL_INVISIBLE
39 return directoryId == Directory.LOCAL_INVISIBLE;
46 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DirectoryTest.java 71 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE);
114 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.LOCAL_INVISIBLE))
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
NearbyPlacesCursorLoader.java 70 // The Directory.LOCAL_INVISIBLE might not be a directory we use, but we can't reuse it's
72 long maxId = ContactsContract.Directory.LOCAL_INVISIBLE;
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 102 * A flag that indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should
204 Directory.LOCAL_INVISIBLE,
ContactListAdapter.java 215 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE
325 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) {
DefaultContactListAdapter.java 155 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
ContactBrowseListFragment.java 261 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) {
PhoneNumberListAdapter.java 603 // The Directory.LOCAL_INVISIBLE is not in the cursor but we can't reuse it's
605 long maxId = Directory.LOCAL_INVISIBLE;
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryListLoader.java 65 * A flag that indicates whether the {@link Directory#LOCAL_INVISIBLE} directory should be
178 Directory.LOCAL_INVISIBLE,
DefaultContactListAdapter.java 90 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) {
PhoneNumberListAdapter.java 520 // The Directory.LOCAL_INVISIBLE is not in the cursor but we can't reuse it's
522 long maxId = Directory.LOCAL_INVISIBLE;
  /packages/apps/Dialer/java/com/android/contacts/common/model/
Contact.java 312 && mDirectoryId != Directory.LOCAL_INVISIBLE;
ContactLoader.java 439 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 310 deleteWhereArgs.add(String.valueOf(Directory.LOCAL_INVISIBLE));
381 values.put(Directory._ID, Directory.LOCAL_INVISIBLE);
ContactsProvider2.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 362 && mDirectoryId != Directory.LOCAL_INVISIBLE;
ContactLoader.java 613 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) {
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 350 * {@link Directory#LOCAL_INVISIBLE Directory.LOCAL_INVISIBLE}.
471 public static final long LOCAL_INVISIBLE = 1;
483 + LOCAL_INVISIBLE;
637 && directoryId != Directory.LOCAL_INVISIBLE
    [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 720 if (id == Directory.LOCAL_INVISIBLE) {
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 538 } else if (directoryId == Directory.LOCAL_INVISIBLE) {
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 745 milliseconds

1 2