File
Doc
Category
Size
Date
Package
DrmInfoRequest.java
API Doc
Android 5.1 API
1067
Sat Mar 14 14:09:36 GMT 2015
android.drm
DrmInfoRequest
java.lang.Object
public class DrmInfoRequest extends Object
Fields Summary
public static final String
ACCOUNT_ID
public static final String
SUBSCRIPTION_ID
public static final int
TYPE_REGISTRATION_INFO
public static final int
TYPE_RIGHTS_ACQUISITION_INFO
public static final int
TYPE_RIGHTS_ACQUISITION_PROGRESS_INFO
public static final int
TYPE_UNREGISTRATION_INFO
Constructors Summary
public DrmInfoRequest
(
int
infoType,
String
mimeType)
throw new RuntimeException("Stub!");
Methods Summary
public
java.lang.Object
get
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public
int
getInfoType
()
throw new RuntimeException("Stub!");
public
java.lang.String
getMimeType
()
throw new RuntimeException("Stub!");
public
java.util.Iterator
iterator
()
throw new RuntimeException("Stub!");
public
java.util.Iterator
keyIterator
()
throw new RuntimeException("Stub!");
public void
put
(
java.lang.String
key,
java.lang.Object
value)
throw new RuntimeException("Stub!");
Java Code Source