Home
last modified time | relevance | path

Searched refs:HandsFreeProfileOutputPreferenceController (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DSoundSettings.java40 import com.android.car.developeroptions.sound.HandsFreeProfileOutputPreferenceController;
185 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference -> in onAttach()
188 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey(); in onAttach()
/packages/apps/Settings/src/com/android/settings/notification/
DSoundSettings.java40 import com.android.settings.sound.HandsFreeProfileOutputPreferenceController;
185 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference -> in onAttach()
188 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey(); in onAttach()
/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java37 public class HandsFreeProfileOutputPreferenceController extends AudioSwitchPreferenceController class
42 public HandsFreeProfileOutputPreferenceController(Context context, String key) { in HandsFreeProfileOutputPreferenceController() method in HandsFreeProfileOutputPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DHandsFreeProfileOutputPreferenceController.java37 public class HandsFreeProfileOutputPreferenceController extends AudioSwitchPreferenceController class
42 public HandsFreeProfileOutputPreferenceController(Context context, String key) { in HandsFreeProfileOutputPreferenceController() method in HandsFreeProfileOutputPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java111 private HandsFreeProfileOutputPreferenceController mController;
150 mController = new HandsFreeProfileOutputPreferenceController(mContext, TEST_KEY); in setUp()