HomeSort by relevance Sort by last modified time
    Searched refs:getError (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Agent.java 56 if (response.getError() != null) {
57 throw new XMPPException(response.getError());
100 if (response.getError() != null) {
101 throw new XMPPException(response.getError());
133 if (response.getError() != null) {
134 throw new XMPPException(response.getError());
TranscriptManager.java 66 if (response.getError() != null) {
67 throw new XMPPException(response.getError());
95 if (response.getError() != null) {
96 throw new XMPPException(response.getError());
TranscriptSearchManager.java 72 if (response.getError() != null) {
73 throw new XMPPException(response.getError());
104 if (response.getError() != null) {
105 throw new XMPPException(response.getError());
AgentSession.java 274 if (presence.getError() != null) {
275 throw new XMPPException(presence.getError());
379 if (presence.getError() != null) {
380 throw new XMPPException(presence.getError());
430 if (presence.getError() != null) {
431 throw new XMPPException(presence.getError());
525 if (response.getError() != null) {
526 throw new XMPPException(response.getError());
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
BooleanTest.java 53 return testResult.getError();