Searched defs:contentTypePredicate (Results 1 – 3 of 3) sorted by relevance
70 @Nullable private Predicate<String> contentTypePredicate; field in OkHttpDataSource126 @Nullable Predicate<String> contentTypePredicate) { in OkHttpDataSource()152 @Nullable Predicate<String> contentTypePredicate, in OkHttpDataSource()171 public void setContentTypePredicate(@Nullable Predicate<String> contentTypePredicate) { in setContentTypePredicate()
84 @Nullable private Predicate<String> contentTypePredicate; field in DefaultHttpDataSource154 public DefaultHttpDataSource(String userAgent, @Nullable Predicate<String> contentTypePredicate) { in DefaultHttpDataSource()178 @Nullable Predicate<String> contentTypePredicate, in DefaultHttpDataSource()210 @Nullable Predicate<String> contentTypePredicate, in DefaultHttpDataSource()232 public void setContentTypePredicate(@Nullable Predicate<String> contentTypePredicate) { in setContentTypePredicate()
130 @Nullable private Predicate<String> contentTypePredicate; field in CronetDataSource255 @Nullable Predicate<String> contentTypePredicate) { in CronetDataSource()288 @Nullable Predicate<String> contentTypePredicate, in CronetDataSource()328 @Nullable Predicate<String> contentTypePredicate, in CronetDataSource()376 public void setContentTypePredicate(@Nullable Predicate<String> contentTypePredicate) { in setContentTypePredicate()463 Predicate<String> contentTypePredicate = this.contentTypePredicate; in open() local