Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java139 private static Map<String, String> sPlatformProperties; field in Bridge
188 sPlatformProperties = platformProperties; in init()
334 for (Entry<String, String> property : sPlatformProperties.entrySet()) { in setSystemProperties()