Searched refs:HandsFreeProfileOutputPreferenceController (Results 1 – 5 of 5) sorted by relevance
40 import com.android.car.developeroptions.sound.HandsFreeProfileOutputPreferenceController;185 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference -> in onAttach()188 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey(); in onAttach()
40 import com.android.settings.sound.HandsFreeProfileOutputPreferenceController;185 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference -> in onAttach()188 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey(); in onAttach()
37 public class HandsFreeProfileOutputPreferenceController extends AudioSwitchPreferenceController class42 public HandsFreeProfileOutputPreferenceController(Context context, String key) { in HandsFreeProfileOutputPreferenceController() method in HandsFreeProfileOutputPreferenceController
111 private HandsFreeProfileOutputPreferenceController mController;150 mController = new HandsFreeProfileOutputPreferenceController(mContext, TEST_KEY); in setUp()