Searched refs:LocationFooterPreferenceController (Results 1 – 7 of 7) sorted by relevance
46 public class LocationFooterPreferenceController extends PreferenceController<PreferenceGroup> { class47 private static final Logger LOG = new Logger(LocationFooterPreferenceController.class);57 public LocationFooterPreferenceController(Context context, String preferenceKey, in LocationFooterPreferenceController() method in LocationFooterPreferenceController
62 private PreferenceControllerTestHelper<LocationFooterPreferenceController> mControllerHelper;63 private LocationFooterPreferenceController mController;73 LocationFooterPreferenceController.class, mGroup); in setUp()
44 public class LocationFooterPreferenceController extends LocationBasePreferenceController class54 public LocationFooterPreferenceController(Context context, Lifecycle lifecycle) { in LocationFooterPreferenceController() method in LocationFooterPreferenceController
124 controllers.add(new LocationFooterPreferenceController(context, lifecycle)); in buildPreferenceControllers()
69 private LocationFooterPreferenceController mController;83 mController = spy(new LocationFooterPreferenceController(mContext, mLifecycle)); in setUp()