HomeSort by relevance Sort by last modified time
    Searched refs:HandsFreeProfileOutputPreferenceController (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceController.java 37 public class HandsFreeProfileOutputPreferenceController extends
40 public HandsFreeProfileOutputPreferenceController(Context context, String key) {
  /packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java 39 import com.android.settings.sound.HandsFreeProfileOutputPreferenceController;
189 use(HandsFreeProfileOutputPreferenceController.class).setCallback(listPreference ->
192 use(HandsFreeProfileOutputPreferenceController.class).getPreferenceKey();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceControllerTest.java 149 mController = new HandsFreeProfileOutputPreferenceController(mContext, TEST_KEY);

Completed in 90 milliseconds