Searched refs:defaultKid (Results 1 – 1 of 1) sorted by relevance
432 String defaultKid = XmlPullParserUtil.getAttributeValueIgnorePrefix(xpp, "default_KID"); in parseContentProtection() local433 if (!TextUtils.isEmpty(defaultKid) in parseContentProtection()434 && !"00000000-0000-0000-0000-000000000000".equals(defaultKid)) { in parseContentProtection()435 String[] defaultKidStrings = defaultKid.split("\\s+"); in parseContentProtection()