Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/parental/
DContentRatingsParser.java53 private static final String ATTR_VERSION_CODE = "versionCode"; field in ContentRatingsParser
121 if (ATTR_VERSION_CODE.equals(attr)) { in parse()