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;
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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 601 String displayName, int typeResourceId, int exportSupport, int shortcutSupport,
608 row[cursor.getColumnIndex(Directory.EXPORT_SUPPORT)] = exportSupport;
616 int exportSupport, int shortcutSupport, int photoSupport) {
624 values.put(Directory.EXPORT_SUPPORT, exportSupport);
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 271 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}.
274 String accountType, String accountName, int exportSupport) {
279 mDirectoryExportSupport = exportSupport;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java     [all...]

Completed in 304 milliseconds