Searched refs:getDefaultNamespacedProperties (Results 1 – 3 of 3) sorted by relevance
71 public Map<Object, Map<ResourceReference, ResourceValue>> getDefaultNamespacedProperties() { in getDefaultNamespacedProperties() method in BridgeRenderSession72 return mSession != null ? mSession.getDefaultNamespacedProperties() : in getDefaultNamespacedProperties()
34 assertNotNull(renderSession.getDefaultNamespacedProperties()); in testNullSession()
1127 public Map<Object, Map<ResourceReference, ResourceValue>> getDefaultNamespacedProperties() { in getDefaultNamespacedProperties() method in RenderSessionImpl