All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.drm.DrmRights Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.drm;
public class DrmRights
{
public  DrmRights(java.lang.String rightsFilePath, java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public  DrmRights(java.lang.String rightsFilePath, java.lang.String mimeType, java.lang.String accountId) { throw new RuntimeException("Stub!"); }
public  DrmRights(java.lang.String rightsFilePath, java.lang.String mimeType, java.lang.String accountId, java.lang.String subscriptionId) { throw new RuntimeException("Stub!"); }
public  DrmRights(java.io.File rightsFile, java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public  DrmRights(android.drm.ProcessedData data, java.lang.String mimeType) { throw new RuntimeException("Stub!"); }
public  byte[] getData() { throw new RuntimeException("Stub!"); }
public  java.lang.String getMimeType() { throw new RuntimeException("Stub!"); }
public  java.lang.String getAccountId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getSubscriptionId() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy