Searched refs:cpiAuth (Results 1 – 1 of 1) sorted by relevance
9323 String cpiAuth = cpi.authority; in matchesProvider() local9324 if (cpiAuth.indexOf(';') == -1) { in matchesProvider()9325 return cpiAuth.equals(uriAuth); in matchesProvider()9327 String[] cpiAuths = cpiAuth.split(";"); in matchesProvider()