D | VerifyCredentialResponse.java | 42 @interface ResponseCode {} annotation in VerifyCredentialResponse 49 private final @ResponseCode int mResponseCode; 58 final @ResponseCode int responseCode = source.readInt(); 127 private VerifyCredentialResponse(@ResponseCode int responseCode, int timeout, in VerifyCredentialResponse() 170 public @ResponseCode int getResponseCode() { in getResponseCode()
|