Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/display/velocity/
DVelocityEngineFactoryTests.java45 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in renderBasicTemplate()
53 VelocityEngineFactory.createVelocityContext(bundle); in renderBasicTemplate()
63 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in testMaxParseDepth()
70 VelocityEngineFactory.createVelocityContext(bundle); in testMaxParseDepth()
89 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in testMaxForeach()
96 VelocityEngineFactory.createVelocityContext(bundle); in testMaxForeach()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/velocity/
DVelocityEngineFactory.java33 public class VelocityEngineFactory { class
38 private VelocityEngineFactory() { in VelocityEngineFactory() method in VelocityEngineFactory
46 synchronized (VelocityEngineFactory.class) { in getVelocityEngine()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DDisplayHelper.java40 import com.android.ondevicepersonalization.services.display.velocity.VelocityEngineFactory;
93 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in generateHtml()
96 VelocityEngineFactory.createVelocityContext(templateParams); in generateHtml()