Home | History | Annotate | Download | only in adapter

Lines Matching refs:Tags

43         if (nextTag(START_DOCUMENT) != Tags.SEARCH_SEARCH) {
47 if (tag == Tags.SEARCH_RESPONSE) {
58 while (nextTag(Tags.SEARCH_STORE) != END) {
61 case Tags.GAL_DISPLAY_NAME:
66 case Tags.GAL_EMAIL_ADDRESS:
71 case Tags.GAL_PHONE:
74 case Tags.GAL_OFFICE:
77 case Tags.GAL_TITLE:
80 case Tags.GAL_COMPANY:
83 case Tags.GAL_ALIAS:
86 case Tags.GAL_FIRST_NAME:
89 case Tags.GAL_LAST_NAME:
92 case Tags.GAL_HOME_PHONE:
95 case Tags.GAL_MOBILE_PHONE:
106 while (nextTag(Tags.SEARCH_STORE) != END) {
107 if (tag == Tags.SEARCH_PROPERTIES) {
116 while (nextTag(Tags.SEARCH_RESPONSE) != END) {
117 if (tag == Tags.SEARCH_STORE) {
126 while (nextTag(Tags.SEARCH_STORE) != END) {
127 if (tag == Tags.SEARCH_RESULT) {
129 } else if (tag == Tags.SEARCH_RANGE) {
135 } else if (tag == Tags.SEARCH_TOTAL) {