Searched refs:dataAuthority (Results 1 – 2 of 2) sorted by relevance
351 for (DataAuthority dataAuthority : intentFilterData.getAuthorities()) { in populateIntentInfo()352 outInfo.addDataAuthority(dataAuthority.getHost(), dataAuthority.getPort()); in populateIntentInfo()
906 AuthorityEntry dataAuthority = filter.getDataAuthority(i); in IntentFilterWrapper() local907 dataAuthorities.add(dataAuthority.getHost() + ":" + dataAuthority.getPort()); in IntentFilterWrapper()