Searched refs:EXPORT_SUPPORT (Results 1 - 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DDirectoryTest.java54 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
70 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
H A DContactDirectoryManagerTest.java74 Directory.EXPORT_SUPPORT, Directory.SHORTCUT_SUPPORT,
608 row[cursor.getColumnIndex(Directory.EXPORT_SUPPORT)] = exportSupport;
624 values.put(Directory.EXPORT_SUPPORT, exportSupport);
H A DContactsProvider2Test.java760 Directory.EXPORT_SUPPORT,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java86 Directory.EXPORT_SUPPORT,
95 public static final int EXPORT_SUPPORT = 4; field in class:ContactDirectoryManager.DirectoryQuery
309 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
323 values.put(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_NONE);
433 if (!cursor.isNull(DirectoryQuery.EXPORT_SUPPORT)) {
434 int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
500 values.put(Directory.EXPORT_SUPPORT, info.exportSupport);
H A DContactsDatabaseHelper.java1377 Directory.EXPORT_SUPPORT + " INTEGER NOT NULL" +
H A DContactsProvider2.java1081 .add(Directory.EXPORT_SUPPORT)
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java270 Directory.EXPORT_SUPPORT,
278 public static final int EXPORT_SUPPORT = 5; field in class:ContactLoader.DirectoryQuery
393 json.optInt(Directory.EXPORT_SUPPORT,
397 json.optInt(Directory.EXPORT_SUPPORT, Directory.EXPORT_SUPPORT_ANY_ACCOUNT));
738 final int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
/packages/apps/Exchange/src/com/android/exchange/provider/
H A DExchangeDirectoryProvider.java260 } else if (column.equals(Directory.EXPORT_SUPPORT)) {

Completed in 131 milliseconds