Home
last modified time | relevance | path

Searched refs:AudioSharingPlaySoundPreferenceController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingDashboardFragment.java38 private AudioSharingPlaySoundPreferenceController mAudioSharingPlaySoundPreferenceController;
75 use(AudioSharingPlaySoundPreferenceController.class); in onAttach()
109 AudioSharingPlaySoundPreferenceController playSoundController, in setControllers()
DAudioSharingPlaySoundPreferenceController.java38 public class AudioSharingPlaySoundPreferenceController class
48 public AudioSharingPlaySoundPreferenceController(Context context) { in AudioSharingPlaySoundPreferenceController() method in AudioSharingPlaySoundPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPlaySoundPreferenceControllerTest.java71 private AudioSharingPlaySoundPreferenceController mController;
91 mController = new AudioSharingPlaySoundPreferenceController(mContext); in setUp()
DAudioSharingDashboardFragmentTest.java57 @Mock private AudioSharingPlaySoundPreferenceController mPlaySoundController;