Searched refs:getStringForHttpMethod (Results 1 – 2 of 2) sorted by relevance
287 public static String getStringForHttpMethod(@HttpMethod int httpMethod) { in getStringForHttpMethod() method in DataSpec673 return getStringForHttpMethod(httpMethod); in getHttpMethodString()
542 connection.setRequestMethod(DataSpec.getStringForHttpMethod(httpMethod)); in makeConnection()