Home
last modified time | relevance | path

Searched refs:APP_DRM_CONTENT (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/mmslib/
DContentType.java75 public static final String APP_DRM_CONTENT = "application/vnd.oma.drm.content"; field in ContentType
126 sSupportedContentTypes.add(APP_DRM_CONTENT);
203 && (contentType.equals(APP_DRM_CONTENT) in isDrmType()