Home | History | Annotate | Download | only in nsd

Lines Matching refs:mErrorCode

275             private final Integer mErrorCode;
281 mErrorCode = errorCode;
291 if (mErrorCode != null) {
292 j.put(REG_LISTENER_ERROR_CODE, mErrorCode.intValue());
354 private final Integer mErrorCode;
361 mErrorCode = errorCode;
376 if (mErrorCode != null) {
377 j.put(DISCOVERY_LISTENER_DATA_ERROR_CODE, mErrorCode.intValue());
410 private final Integer mErrorCode;
416 mErrorCode = errorCode;
426 if (mErrorCode != null) {
427 j.put(RESOLVE_LISTENER_DATA_ERROR_CODE, mErrorCode.intValue());