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

/frameworks/base/media/java/android/media/
H A DMediaDrm.java663 public static final class KeyRequest { class in class:MediaDrm
692 KeyRequest() {} method in class:MediaDrm.KeyRequest
701 // JNI after construction of the KeyRequest object. The check
703 throw new RuntimeException("KeyRequest is not initialized");
718 // JNI after construction of the KeyRequest object. The check
720 throw new RuntimeException("KeyRequest is not initialized");
740 * in KeyRequest.data. The recommended URL to deliver the key request to is
741 * returned in KeyRequest.defaultUrl.
768 public native KeyRequest getKeyRequest(
842 // JNI after construction of the KeyRequest objec
[all...]

Completed in 258 milliseconds