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

/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2.java1595 * @throws NoDrmSchemeException if there is no active DRM session to release
1598 public abstract void releaseDrm() throws NoDrmSchemeException;
1635 * @throws NoDrmSchemeException if there is no active DRM session
1642 throws NoDrmSchemeException;
1659 * @throws NoDrmSchemeException if there is no active DRM session
1666 throws NoDrmSchemeException, DeniedByServerException;
1676 throws NoDrmSchemeException;
1690 throws NoDrmSchemeException;
1705 throws NoDrmSchemeException;
1728 public static class NoDrmSchemeException extend class in class:MediaPlayer2
1729 public NoDrmSchemeException(String detailMessage) { method in class:MediaPlayer2.NoDrmSchemeException
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer2.java2431 * @throws NoDrmSchemeException if there is no active DRM session to release
2434 public abstract void releaseDrm() throws NoDrmSchemeException;
2471 * @throws NoDrmSchemeException if there is no active DRM session
2478 throws NoDrmSchemeException;
2495 * @throws NoDrmSchemeException if there is no active DRM session
2502 throws NoDrmSchemeException, DeniedByServerException;
2512 throws NoDrmSchemeException;
2526 throws NoDrmSchemeException;
2541 throws NoDrmSchemeException;
2564 public abstract static class NoDrmSchemeException extend class in class:MediaPlayer2
2565 protected NoDrmSchemeException(String detailMessage) { method in class:MediaPlayer2.NoDrmSchemeException
[all...]
H A DMediaPlayer.java4766 * @throws NoDrmSchemeException if there is no active DRM session to release
4769 throws NoDrmSchemeException
4776 throw new NoDrmSchemeException("releaseDrm: No active DRM scheme to release.");
4835 * @throws NoDrmSchemeException if there is no active DRM session
4841 throws NoDrmSchemeException
4849 Log.e(TAG, "getKeyRequest NoDrmSchemeException");
4850 throw new NoDrmSchemeException("getKeyRequest: Has to set a DRM scheme first.");
4897 * @throws NoDrmSchemeException if there is no active DRM session
4902 throws NoDrmSchemeException, DeniedByServerException
4909 Log.e(TAG, "getKeyRequest NoDrmSchemeException");
5180 public static final class NoDrmSchemeException extends MediaDrmException { class in class:MediaPlayer
5181 public NoDrmSchemeException(String detailMessage) { method in class:MediaPlayer.NoDrmSchemeException
[all...]

Completed in 87 milliseconds