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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java88 Directory.SHORTCUT_SUPPORT,
97 public static final int SHORTCUT_SUPPORT = 5; field in class:ContactDirectoryManager.DirectoryQuery
304 values.put(Directory.SHORTCUT_SUPPORT, Directory.SHORTCUT_SUPPORT_FULL);
318 values.put(Directory.SHORTCUT_SUPPORT, Directory.SHORTCUT_SUPPORT_FULL);
427 if (!cursor.isNull(DirectoryQuery.SHORTCUT_SUPPORT)) {
428 int shortcutSupport = cursor.getInt(DirectoryQuery.SHORTCUT_SUPPORT);
482 values.put(Directory.SHORTCUT_SUPPORT, info.shortcutSupport);

Completed in 4 milliseconds