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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java66 int exportSupport = Directory.EXPORT_SUPPORT_NONE; field in class:ContactDirectoryManager.DirectoryInfo
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/
H A DContactDirectoryManagerTest.java601 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);
600 addDirectoryRow(MatrixCursor cursor, String accountName, String accountType, String displayName, int typeResourceId, int exportSupport, int shortcutSupport, int photoSupport) argument
614 assertDirectoryRow(Cursor cursor, String packageName, String authority, String accountName, String accountType, String displayName, int typeResourceId, int exportSupport, int shortcutSupport, int photoSupport) argument
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java206 * @param exportSupport See {@link Directory#EXPORT_SUPPORT}.
209 String accountType, String accountName, int exportSupport) {
214 mDirectoryExportSupport = exportSupport;
208 setDirectoryMetaData(String displayName, String directoryType, String accountType, String accountName, int exportSupport) argument

Completed in 135 milliseconds