Searched refs:LocationFooter (Results 1 – 1 of 1) sorted by relevance
51 private List<LocationFooter> mLocationFooters;76 for (LocationFooter footer : mLocationFooters) { in onCreateInternal()131 private List<LocationFooter> getInjectedLocationFooters() { in getInjectedLocationFooters()141 List<LocationFooter> locationFooters = new ArrayList<>(resolveInfos.size()); in getInjectedLocationFooters()166 locationFooters.add(new LocationFooter(footerTextRes, appInfo, in getInjectedLocationFooters()181 private static class LocationFooter { class in LocationFooterPreferenceController191 LocationFooter(@StringRes int footerRes, ApplicationInfo appInfo, in LocationFooter() method in LocationFooterPreferenceController.LocationFooter