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