Home
last modified time | relevance | path

Searched refs:getStringForHttpMethod (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java287 public static String getStringForHttpMethod(@HttpMethod int httpMethod) { in getStringForHttpMethod() method in DataSpec
673 return getStringForHttpMethod(httpMethod); in getHttpMethodString()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultHttpDataSource.java542 connection.setRequestMethod(DataSpec.getStringForHttpMethod(httpMethod)); in makeConnection()