Searched refs:connResourcesPackage (Results 1 – 1 of 1) sorted by relevance
267 final String connResourcesPackage = getConnectivityResourcesPackageName(context); in resolvePkgPrefix() local268 final int pkgPrefixLen = connResourcesPackage.indexOf("connectivity"); in resolvePkgPrefix()271 "Invalid connectivity resources package: " + connResourcesPackage); in resolvePkgPrefix()274 return connResourcesPackage.substring(0, pkgPrefixLen); in resolvePkgPrefix()