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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 66 int exportSupport = Directory.EXPORT_SUPPORT_NONE;
432 int exportSupport = cursor.getInt(DirectoryQuery.EXPORT_SUPPORT);
433 switch (exportSupport) {
437 info.exportSupport = exportSupport;
441 + " - invalid export support flag: " + exportSupport);
498 values.put(Directory.EXPORT_SUPPORT, info.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     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 619 String displayName, int typeResourceId, int exportSupport, int shortcutSupport,
626 row[cursor.getColumnIndex(Directory.EXPORT_SUPPORT)] = exportSupport;
634 int exportSupport, int shortcutSupport, int photoSupport) {
644 values.put(Directory.EXPORT_SUPPORT, exportSupport);
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 49 CREATE TABLE directories(_id INTEGER PRIMARY KEY AUTOINCREMENT,packageName TEXT NOT NULL,authority TEXT NOT NULL,typeResourceId INTEGER,typeResourceName TEXT,accountType TEXT,accountName TEXT,displayName TEXT, exportSupport INTEGER NOT NULL DEFAULT 0,shortcutSupport INTEGER NOT NULL DEFAULT 0,photoSupport INTEGER NOT NULL DEFAULT 0);
    [all...]

Completed in 435 milliseconds