Searched refs:HandsFreeProfileOutputPreferenceController (Results 1 – 3 of 3) sorted by relevance
39 import com.android.settings.sound.HandsFreeProfileOutputPreferenceController;189 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference -> in onAttach()192 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey(); in onAttach()
37 public class HandsFreeProfileOutputPreferenceController extends AudioSwitchPreferenceController class42 public HandsFreeProfileOutputPreferenceController(Context context, String key) { in HandsFreeProfileOutputPreferenceController() method in HandsFreeProfileOutputPreferenceController
112 private HandsFreeProfileOutputPreferenceController mController;151 mController = new HandsFreeProfileOutputPreferenceController(mContext, TEST_KEY); in setUp()