Searched defs:withMimeType (Results 1 – 2 of 2) sorted by relevance
35 fun withMimeType(mimeType: String?): Builder = apply { this.mimeType = mimeType } in <lambda>() method
241 public Builder withMimeType(String mimeType) { in withMimeType() method in FilmstripItemData.Builder