Searched refs:isDrmType (Results 1 – 3 of 3) sorted by relevance
45 public static boolean isDrmType(String mimeType) { in isDrmType() method in DrmUtils
223 if (ContentType.isDrmType(contentType)) { in createSmilDocument()
1360 ContentType.isAudioType(type) || DrmUtils.isDrmType(type)) { in haveSomethingToCopyToSDCard()1390 if (DrmUtils.isDrmType(type)) { in saveRingtone()1421 if (DrmUtils.isDrmType(type)) { in isDrmRingtoneWithRights()1455 if (DrmUtils.isDrmType(type) && !DrmUtils.haveRightsForAction(part.getDataUri(), in isForwardable()1508 boolean isDrm = DrmUtils.isDrmType(type); in copyPart()