Home
last modified time | relevance | path

Searched refs:LOCAL_INVISIBLE (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DDirectoryCompat.java35 return (directoryId == Directory.LOCAL_INVISIBLE in isInvisibleDirectory()
38 return directoryId == Directory.LOCAL_INVISIBLE; in isInvisibleDirectory()
45 return !(directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE); in isRemoteDirectoryId()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DDirectoryTest.java71 ContentUris.withAppendedId(Directory.CONTENT_URI, Directory.LOCAL_INVISIBLE); in testInvisibleLocalDirectory()
114 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.LOCAL_INVISIBLE)) in testForwardingToLocalInvisibleContacts()
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/cp2/
H A DDirectoryUtils.java26 return directoryId == Directory.LOCAL_INVISIBLE in isInvisibleDirectoryId()
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
H A DNearbyPlacesCursorLoader.java72 long maxId = ContactsContract.Directory.LOCAL_INVISIBLE; in getDirectoryId()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java215 return directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE in isSelectedContact()
325 || mSelectedContactDirectoryId == Directory.LOCAL_INVISIBLE)) { in getSelectedContactPosition()
H A DDirectoryListLoader.java204 Directory.LOCAL_INVISIBLE, in getDefaultDirectories()
H A DDefaultContactListAdapter.java127 if (directoryId != Directory.DEFAULT && directoryId != Directory.LOCAL_INVISIBLE) { in appendSearchParameters()
H A DContactBrowseListFragment.java261 && mSelectedContactDirectoryId != Directory.LOCAL_INVISIBLE) { in refreshSelectedContactUri()
H A DPhoneNumberListAdapter.java605 long maxId = Directory.LOCAL_INVISIBLE; in changeDirectories()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java309 deleteWhereArgs.add(String.valueOf(Directory.LOCAL_INVISIBLE)); in scanAllPackages()
380 values.put(Directory._ID, Directory.LOCAL_INVISIBLE); in insertLocalInvisibleDirectory()
H A DContactsProvider2.java5497 (directory.equals("1") ? Directory.LOCAL_INVISIBLE : Long.MIN_VALUE))); in queryDirectoryIfNecessary()
7142 (directory.equals("1") ? Directory.LOCAL_INVISIBLE : Long.MIN_VALUE))); in queryMergedDataPhones()
8363 } else if (directoryId == Directory.LOCAL_INVISIBLE){ in appendLocalDirectoryAndAccountSelectionIfNeeded()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java312 && mDirectoryId != Directory.LOCAL_INVISIBLE; in isDirectoryEntry()
H A DContactLoader.java439 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) { in loadContactHeaderData()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java362 && mDirectoryId != Directory.LOCAL_INVISIBLE; in isDirectoryEntry()
H A DContactLoader.java603 if (directoryId == Directory.DEFAULT || directoryId == Directory.LOCAL_INVISIBLE) { in loadContactHeaderData()
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java486 public static final long LOCAL_INVISIBLE = 1; field in ContactsContract.Directory
498 + LOCAL_INVISIBLE;
652 && directoryId != Directory.LOCAL_INVISIBLE in isRemoteDirectoryId()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java720 if (id == Directory.LOCAL_INVISIBLE) { in setupOtherDirectories()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34599 field public static final long LOCAL_INVISIBLE = 1L; // 0x1L
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24413 field public static final long LOCAL_INVISIBLE = 1L; // 0x1L