Home
last modified time | relevance | path

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

/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java35 import com.android.midi.MidiEchoTestService;
164 MidiDeviceInfo echoInfo = MidiEchoTestService.findEchoDevice(mContext); in setUpEchoServer()
170 assertTrue("could not open " + MidiEchoTestService.getEchoServerName(), echoDevice != null); in setUpEchoServer()
173 MidiEchoTestService echoService = MidiEchoTestService.getInstance(); in setUpEchoServer()
212 MidiEchoTestService echoService = MidiEchoTestService.getInstance(); in tearDownEchoServer()
533 MidiDeviceInfo echoInfo = MidiEchoTestService.findEchoDevice(mContext); in testDeviceCallback()
539 assertTrue("could not open " + MidiEchoTestService.getEchoServerName(), echoDevice != null); in testDeviceCallback()
/cts/tests/tests/nativemidi/java/android/nativemidi/cts/
DNativeMidiEchoTest.java30 import com.android.midi.MidiEchoTestService;
144 MidiDeviceInfo echoInfo = MidiEchoTestService.findEchoDevice(mContext); in setUpEchoServer()
151 "could not open " + MidiEchoTestService.getEchoServerName(), mEchoDevice); in setUpEchoServer()
154 MidiEchoTestService echoService = MidiEchoTestService.getInstance(); in setUpEchoServer()
174 MidiEchoTestService echoService = MidiEchoTestService.getInstance(); in tearDownEchoServer()
/cts/libs/midi/src/com/android/midi/
DMidiEchoTestService.java57 public class MidiEchoTestService extends MidiDeviceService { class
65 private static MidiEchoTestService sInstance;
144 public static MidiEchoTestService getInstance() { in getInstance()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNDKMidiActivity.java50 import com.android.midi.MidiEchoTestService;
227 mMidiServiceIntent = new Intent(this, MidiEchoTestService.class); in onCreate()
DMidiActivity.java47 import com.android.midi.MidiEchoTestService;
282 mMidiServiceIntent = new Intent(this, MidiEchoTestService.class); in onCreate()