Searched refs:currentSP (Results 1 – 1 of 1) sorted by relevance
314 String currentSP = id.getSpn(); in matchOnSP() local316 if (TextUtils.isEmpty(currentSP)) { in matchOnSP()319 } else if (currentSP != null) { in matchOnSP()321 Matcher matcher = spPattern.matcher(currentSP); in matchOnSP()