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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 66 int exportSupport = Directory.EXPORT_SUPPORT_NONE;
434 int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
435 switch (exportSupport) {
439 info.exportSupport = exportSupport;
443 + " - invalid export support flag: " + exportSupport);
500 values.put(Directory.EXPORT_SUPPORT, info.exportSupport);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 740 final int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
754 displayName, directoryType, accountType, accountName, exportSupport);
    [all...]

Completed in 72 milliseconds