FileDocCategorySizeDatePackage
DrmManagerClient.javaAPI DocAndroid 5.1 API4022Sat Mar 14 14:09:36 GMT 2015android.drm

DrmManagerClient

public class DrmManagerClient extends Object

Fields Summary
public static final int
ERROR_NONE
public static final int
ERROR_UNKNOWN
Constructors Summary
public DrmManagerClient(android.content.Context context)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.drm.DrmInfoacquireDrmInfo(android.drm.DrmInfoRequest drmInfoRequest)

 throw new RuntimeException("Stub!"); 
public intacquireRights(android.drm.DrmInfoRequest drmInfoRequest)

 throw new RuntimeException("Stub!"); 
public booleancanHandle(java.lang.String path, java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public booleancanHandle(android.net.Uri uri, java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public intcheckRightsStatus(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public intcheckRightsStatus(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public intcheckRightsStatus(java.lang.String path, int action)

 throw new RuntimeException("Stub!"); 
public intcheckRightsStatus(android.net.Uri uri, int action)

 throw new RuntimeException("Stub!"); 
public android.drm.DrmConvertedStatuscloseConvertSession(int convertId)

 throw new RuntimeException("Stub!"); 
public android.drm.DrmConvertedStatusconvertData(int convertId, byte[] inputData)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getAvailableDrmEngines()

 throw new RuntimeException("Stub!"); 
public android.content.ContentValuesgetConstraints(android.net.Uri uri, int action)

 throw new RuntimeException("Stub!"); 
public android.content.ContentValuesgetConstraints(java.lang.String path, int action)

 throw new RuntimeException("Stub!"); 
public intgetDrmObjectType(java.lang.String path, java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public intgetDrmObjectType(android.net.Uri uri, java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public android.content.ContentValuesgetMetadata(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public android.content.ContentValuesgetMetadata(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetOriginalMimeType(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetOriginalMimeType(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public intopenConvertSession(java.lang.String mimeType)

 throw new RuntimeException("Stub!"); 
public intprocessDrmInfo(android.drm.DrmInfo drmInfo)

 throw new RuntimeException("Stub!"); 
public voidrelease()

 throw new RuntimeException("Stub!"); 
public intremoveAllRights()

 throw new RuntimeException("Stub!"); 
public intremoveRights(java.lang.String path)

 throw new RuntimeException("Stub!"); 
public intremoveRights(android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public intsaveRights(android.drm.DrmRights drmRights, java.lang.String rightsPath, java.lang.String contentPath)

 throw new RuntimeException("Stub!"); 
public synchronized voidsetOnErrorListener(android.drm.DrmManagerClient$OnErrorListener errorListener)

 throw new RuntimeException("Stub!"); 
public synchronized voidsetOnEventListener(android.drm.DrmManagerClient$OnEventListener eventListener)

 throw new RuntimeException("Stub!"); 
public synchronized voidsetOnInfoListener(android.drm.DrmManagerClient$OnInfoListener infoListener)

 throw new RuntimeException("Stub!");