Home | History | Annotate | Download | only in exchange

Lines Matching refs:parse

533                         // We need to parse the result to see if we've got a provisioning issue
540 new FolderSyncParser(is, new AccountSyncAdapter(this), true).parse();
869 // Should parse the error
957 if (gp.parse()) {
987 // parse it into parts; we only need the email address part for the ics file
988 Address[] addrs = Address.parse(meetingInfo.get(MeetingInfo.MEETING_ORGANIZER_EMAIL));
1086 p.parse();
1149 new MeetingResponseParser(is, this).parse();
1504 if (pp.parse()) {
1578 if (pp.parse()) {
1608 return sp.parse();
1749 if (new FolderSyncParser(is, new AccountSyncAdapter(this)).parse()) {
2180 if (pp.parse()) {
2350 // know until we try to parse it (and generate an EmptyStreamException). If we
2356 parse(is);