Home
last modified time | relevance | path

Searched defs:getCacheKey (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java175 public abstract String getCacheKey(); in getCacheKey() method in Representation
282 public String getCacheKey() { in getCacheKey() method in Representation.SingleSegmentRepresentation
336 public String getCacheKey() { in getCacheKey() method in Representation.MultiSegmentRepresentation
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java175 public abstract String getCacheKey(); in getCacheKey() method in Representation
282 public String getCacheKey() { in getCacheKey() method in Representation.SingleSegmentRepresentation
336 public String getCacheKey() { in getCacheKey() method in Representation.MultiSegmentRepresentation
/external/volley/core/src/test/java/com/android/volley/mock/
DMockRequest.java55 public String getCacheKey() { in getCacheKey() method in MockRequest
/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.h121 const CacheKey &getCacheKey() const { return mCacheKey; } in getCacheKey() function
/external/volley/core/src/main/java/com/android/volley/
DRequest.java302 public String getCacheKey() { in getCacheKey() method in Request