Searched refs:EXPORT_SUPPORT_NONE (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | ContactDirectoryManagerTest.java | 170 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testScanAllProviders() 211 null, -1 /* =any */, Directory.EXPORT_SUPPORT_NONE, in testScanAllProviders() 217 null, -1 /* =any */, Directory.EXPORT_SUPPORT_NONE, in testScanAllProviders() 264 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testPackageInstalled() 317 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testPackageUninstalled() 363 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testPackageReplaced() 384 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testPackageReplaced() 421 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testPackageRenamed() 490 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testAccountRemoval() 523 Directory.EXPORT_SUPPORT_NONE, Directory.SHORTCUT_SUPPORT_NONE, in testNotifyDirectoryChange() [all …]
|
H A D | DirectoryTest.java | 60 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE); in testDefaultDirectory() 76 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE); in testInvisibleLocalDirectory()
|
H A D | ContactsDatabaseHelperUpgradeTest.java | 512 String.valueOf(Directory.EXPORT_SUPPORT_NONE)),
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactDirectoryManager.java | 69 int exportSupport = Directory.EXPORT_SUPPORT_NONE; 372 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE); in insertDefaultDirectory() 386 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE); in insertLocalInvisibleDirectory() 499 case Directory.EXPORT_SUPPORT_NONE: in queryDirectoriesForAuthority()
|
H A D | ContactsDatabaseHelper.java | 1663 " DEFAULT " + Directory.EXPORT_SUPPORT_NONE + "," + in createDirectoriesTable()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | DirectoryContactUtil.java | 45 return contactData.getDirectoryExportSupport() != Directory.EXPORT_SUPPORT_NONE; in isDirectoryContact()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 575 public static final int EXPORT_SUPPORT_NONE = 0; field in ContactsContract.Directory
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34597 field public static final int EXPORT_SUPPORT_NONE = 0; // 0x0
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24411 field public static final int EXPORT_SUPPORT_NONE = 0; // 0x0
|