Home
last modified time | relevance | path

Searched refs:getVelocityEngine (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()
63 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in testMaxParseDepth()
89 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in testMaxForeach()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/velocity/
DVelocityEngineFactory.java45 public static synchronized VelocityEngine getVelocityEngine(Context context) { in getVelocityEngine() method in VelocityEngineFactory
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DDisplayHelper.java93 VelocityEngine ve = VelocityEngineFactory.getVelocityEngine(mContext); in generateHtml()