Home | History | Annotate | Download | only in widget

Lines Matching defs:authority

699         String authority = uri.getAuthority();
701 if (TextUtils.isEmpty(authority)) {
702 throw new FileNotFoundException("No authority: " + uri);
705 r = mContext.getPackageManager().getResourcesForApplication(authority);
707 throw new FileNotFoundException("No package found for authority: " + uri);
723 id = r.getIdentifier(path.get(1), path.get(0), authority);
741 String authority = searchable.getSuggestAuthority();
742 if (authority == null) {
748 .authority(authority)