Searched refs:NoDrmSchemeException (Results 1 – 3 of 3) sorted by relevance
4757 throws NoDrmSchemeException in releaseDrm()4764 throw new NoDrmSchemeException("releaseDrm: No active DRM scheme to release."); in releaseDrm()4829 throws NoDrmSchemeException in getKeyRequest()4838 throw new NoDrmSchemeException("getKeyRequest: Has to set a DRM scheme first."); in getKeyRequest()4890 throws NoDrmSchemeException, DeniedByServerException in provideKeyResponse()4898 throw new NoDrmSchemeException("getKeyRequest: Has to set a DRM scheme first."); in provideKeyResponse()4934 throws NoDrmSchemeException in restoreKeys()4942 throw new NoDrmSchemeException("restoreKeys: Has to set a DRM scheme first."); in restoreKeys()4967 throws NoDrmSchemeException in getDrmPropertyString()4976 throw new NoDrmSchemeException("getDrmPropertyString: Has to prepareDrm() first."); in getDrmPropertyString()[all …]
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
26499 …String getDrmPropertyString(@NonNull String) throws android.media.MediaPlayer.NoDrmSchemeException;26501 …util.Map<java.lang.String,java.lang.String>) throws android.media.MediaPlayer.NoDrmSchemeException;26518 …te[]) throws android.media.DeniedByServerException, android.media.MediaPlayer.NoDrmSchemeException;26520 method public void releaseDrm() throws android.media.MediaPlayer.NoDrmSchemeException;26523 …hod public void restoreKeys(@NonNull byte[]) throws android.media.MediaPlayer.NoDrmSchemeException;26540 …ertyString(@NonNull String, @NonNull String) throws android.media.MediaPlayer.NoDrmSchemeException;26624 …public static final class MediaPlayer.NoDrmSchemeException extends android.media.MediaDrmException…26625 ctor public MediaPlayer.NoDrmSchemeException(String);