Searched refs:INVALID_SPP_CONSTANT (Results 1 – 5 of 5) sorted by relevance
44 private int mError = SppConstants.INVALID_SPP_CONSTANT;68 SPPSessionIDAttribute) || mStatus == SppConstants.INVALID_SPP_CONSTANT) { in SppResponseMessage()151 if (mError != SppConstants.INVALID_SPP_CONSTANT) { in toString()
61 public static final int INVALID_SPP_CONSTANT = -1; field in SppConstants132 return (value == null) ? INVALID_SPP_CONSTANT : value; in mapStatusStringToInt()154 return (value == null) ? INVALID_SPP_CONSTANT : value; in mapErrorStringToInt()
75 assertEquals(SppConstants.INVALID_SPP_CONSTANT, sppResponseMessage.getError()); in verifySppSoapResponseWithoutErrorAttribute()
546 if (exchangeCompleteMessage.getError() != SppConstants.INVALID_SPP_CONSTANT) { in handleSoapMessageResponse()
250 when(mExchangeCompleteMessage.getError()).thenReturn(SppConstants.INVALID_SPP_CONSTANT); in setUp()