HomeSort by relevance Sort by last modified time
    Searched full:roottag (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
ExternalAccountType.java 229 String rootTag = parser.getName();
230 if (!TAG_CONTACTS_ACCOUNT_TYPE.equals(rootTag) &&
231 !TAG_CONTACTS_SOURCE_LEGACY.equals(rootTag)) {
233 + TAG_CONTACTS_ACCOUNT_TYPE + ", not " + rootTag);

Completed in 4365 milliseconds