Searched refs:getDefaultProperties (Results 1 – 4 of 4) sorted by relevance
35 assertNotNull(renderSession.getDefaultProperties()); in testNullSession()
80 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeRenderSession81 return mSession != null ? mSession.getDefaultProperties() : Collections.emptyMap(); in getDefaultProperties()
1516 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in RenderSessionImpl1517 return getContext().getDefaultProperties(); in getDefaultProperties()
307 public Map<Object, PropertiesMap> getDefaultProperties() { in getDefaultProperties() method in BridgeContext