Home
last modified time | relevance | path

Searched refs:shortcutSupport (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java70 int shortcutSupport = Directory.SHORTCUT_SUPPORT_NONE; field in ContactDirectoryManager.DirectoryInfo
510 int shortcutSupport = cursor.getInt(DirectoryQuery.SHORTCUT_SUPPORT); in queryDirectoriesForAuthority() local
511 switch (shortcutSupport) { in queryDirectoriesForAuthority()
515 info.shortcutSupport = shortcutSupport; in queryDirectoriesForAuthority()
519 + " - invalid shortcut support flag: " + shortcutSupport); in queryDirectoriesForAuthority()
564 values.put(Directory.SHORTCUT_SUPPORT, info.shortcutSupport); in updateDirectories()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactDirectoryManagerTest.java661 String displayName, int typeResourceId, int exportSupport, int shortcutSupport, in addDirectoryRow() argument
669 row[cursor.getColumnIndex(Directory.SHORTCUT_SUPPORT)] = shortcutSupport; in addDirectoryRow()
676 int exportSupport, int shortcutSupport, int photoSupport) { in assertDirectoryRow() argument
687 values.put(Directory.SHORTCUT_SUPPORT, shortcutSupport); in assertDirectoryRow()
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/
H A Dcontacts2_1108.sql49 …Name TEXT,displayName TEXT, exportSupport INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT N… field
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34606 field public static final String SHORTCUT_SUPPORT = "shortcutSupport";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24420 field public static final java.lang.String SHORTCUT_SUPPORT = "shortcutSupport";