Home
last modified time | relevance | path

Searched defs:customCacheKey (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DExtractorMediaSource.java71 @Nullable private String customCacheKey; field in ExtractorMediaSource.Factory
109 public Factory setCustomCacheKey(@Nullable String customCacheKey) { in setCustomCacheKey()
267 @Nullable String customCacheKey) { in ExtractorMediaSource()
299 @Nullable String customCacheKey, in ExtractorMediaSource()
319 @Nullable String customCacheKey, in ExtractorMediaSource()
DProgressiveMediaSource.java58 @Nullable private String customCacheKey; field in ProgressiveMediaSource.Factory
102 public Factory setCustomCacheKey(@Nullable String customCacheKey) { in setCustomCacheKey()
212 @Nullable private final String customCacheKey; field in ProgressiveMediaSource
229 @Nullable String customCacheKey, in ProgressiveMediaSource()
DProgressiveMediaPeriod.java105 @Nullable private final String customCacheKey; field in ProgressiveMediaPeriod
169 @Nullable String customCacheKey, in ProgressiveMediaPeriod()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DProgressiveDownloader.java46 Uri uri, @Nullable String customCacheKey, CacheDataSource.Factory cacheDataSourceFactory) { in ProgressiveDownloader()
62 @Nullable String customCacheKey, in ProgressiveDownloader()
DDownloadRequest.java59 @Nullable public final String customCacheKey; field in DownloadRequest
76 @Nullable String customCacheKey, in DownloadRequest()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DMediaItem.java73 @Nullable private String customCacheKey; field in MediaItem.Builder
353 public Builder setCustomCacheKey(@Nullable String customCacheKey) { in setCustomCacheKey()
561 @Nullable public final String customCacheKey; field in MediaItem.PlaybackProperties
581 @Nullable String customCacheKey, in PlaybackProperties()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DCacheDataSourceTest.java61 private String customCacheKey; field in CacheDataSourceTest
509 boolean customCacheKey) in assertReadDataContentLength()