Searched refs:ProfilesEntryPreferenceController (Results 1 – 2 of 2) sorted by relevance
37 public class ProfilesEntryPreferenceController extends PreferenceController<Preference> { class39 private static final Logger LOG = new Logger(ProfilesEntryPreferenceController.class);41 public ProfilesEntryPreferenceController(Context context, String preferenceKey, in ProfilesEntryPreferenceController() method in ProfilesEntryPreferenceController
51 private ProfilesEntryPreferenceController mPreferenceController;64 mPreferenceController = new ProfilesEntryPreferenceController(mContext, in setUp()