Searched defs:MediaRequest (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaRequest.java28 public interface MediaRequest<T extends RefCountedMediaResource> { interface
34 * Returns a unique key used for storing and looking up the MediaRequest.
40 * this MediaRequest on a single threaded executor.
45 T loadMediaBlocking(List<MediaRequest<T>> chainedTask) throws Exception;
48 * Returns the media cache where this MediaRequest wants to store the loaded
54 * Returns the id of the cache where this MediaRequest wants to store the loaded

Completed in 93 milliseconds