Home | History | Annotate | Download | only in media

Lines Matching defs:getDrmPropertyString

4320      * The only allowed DRM calls in this listener are {@code getDrmPropertyString}
4587 * {@code prepareDrm}. It should be used only for a series of {@code getDrmPropertyString}
4978 public String getDrmPropertyString(@NonNull @MediaDrm.StringProperty String propertyName)
4981 Log.v(TAG, "getDrmPropertyString: propertyName: " + propertyName);
4987 Log.w(TAG, "getDrmPropertyString NoDrmSchemeException");
4988 throw new NoDrmSchemeException("getDrmPropertyString: Has to prepareDrm() first.");
4994 Log.w(TAG, "getDrmPropertyString Exception " + e);
4999 Log.v(TAG, "getDrmPropertyString: propertyName: " + propertyName + " --> value: " + value);