Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DBuildInfo.java130 String currentResourcesVersion = "Not Enabled"; in BuildInfo() local
138 currentResourcesVersion = ContextUtils.getApplicationContext().getString( in BuildInfo()
141 currentResourcesVersion = "Not found"; in BuildInfo()
144 resourcesVersion = currentResourcesVersion; in BuildInfo()