HomeSort by relevance Sort by last modified time
    Searched refs:exportSupport (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 66 int exportSupport = Directory.EXPORT_SUPPORT_NONE;
444 int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
445 switch (exportSupport) {
449 info.exportSupport = exportSupport;
453 + " - invalid export support flag: " + exportSupport);
510 values.put(Directory.EXPORT_SUPPORT, info.exportSupport);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 604 String displayName, int typeResourceId, int exportSupport, int shortcutSupport,
611 row[cursor.getColumnIndex(Directory.EXPORT_SUPPORT)] = exportSupport;
619 int exportSupport, int shortcutSupport, int photoSupport) {
627 values.put(Directory.EXPORT_SUPPORT, exportSupport);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 211 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}.
214 String accountType, String accountName, int exportSupport) {
219 mDirectoryExportSupport = exportSupport;
ContactLoader.java 757 final int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
    [all...]

Completed in 36 milliseconds