Home
last modified time | relevance | path

Searched refs:LocationFooter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/location/
DLocationFooterPreferenceController.java51 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 LocationFooterPreferenceController
191 LocationFooter(@StringRes int footerRes, ApplicationInfo appInfo, in LocationFooter() method in LocationFooterPreferenceController.LocationFooter