Searched refs:pSrcName (Results 1 – 2 of 2) sorted by relevance
45 private String pSrcName; field in PSource56 protected PSource(String pSrcName) { in PSource() argument57 if (pSrcName == null) { in PSource()60 this.pSrcName = pSrcName; in PSource()68 return pSrcName; in getAlgorithm()
100 String pSrcName = "pSrcName"; in testGetAlgorithm() local101 PSource ps = new PSource(pSrcName) {}; in testGetAlgorithm()103 + "in constructor", pSrcName.equals(ps.getAlgorithm())); in testGetAlgorithm()