Searched defs:SHORTCUT_SUPPORT (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java87 Directory.SHORTCUT_SUPPORT,
96 public static final int SHORTCUT_SUPPORT = 5; field in class:ContactDirectoryManager.DirectoryQuery
310 values.put(Directory.SHORTCUT_SUPPORT, Directory.SHORTCUT_SUPPORT_FULL);
324 values.put(Directory.SHORTCUT_SUPPORT, Directory.SHORTCUT_SUPPORT_FULL);
446 if (!cursor.isNull(DirectoryQuery.SHORTCUT_SUPPORT)) {
447 int shortcutSupport = cursor.getInt(DirectoryQuery.SHORTCUT_SUPPORT);
501 values.put(Directory.SHORTCUT_SUPPORT, info.shortcutSupport);

Completed in 387 milliseconds