Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/imps/
DCustomPasswordDigest.java27 public CustomPasswordDigest(String pluginPath, String implClass) throws ImException { in CustomPasswordDigest() argument
28 PathClassLoader classLoader = new PathClassLoader(pluginPath, in CustomPasswordDigest()
DCustomPresenceMapping.java32 public CustomPresenceMapping(String pluginPath, String implClass) throws ImException { in CustomPresenceMapping() argument
33 PathClassLoader classLoader = new PathClassLoader(pluginPath, in CustomPresenceMapping()