Searched refs:cpiAuths (Results 1 – 1 of 1) sorted by relevance
9327 String[] cpiAuths = cpiAuth.split(";"); in matchesProvider() local9328 int length = cpiAuths.length; in matchesProvider()9330 if (cpiAuths[i].equals(uriAuth)) return true; in matchesProvider()