Searched refs:MidiEchoTestService (Results 1 – 5 of 5) sorted by relevance
35 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()
30 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()
57 public class MidiEchoTestService extends MidiDeviceService { class65 private static MidiEchoTestService sInstance;144 public static MidiEchoTestService getInstance() { in getInstance()
50 import com.android.midi.MidiEchoTestService;227 mMidiServiceIntent = new Intent(this, MidiEchoTestService.class); in onCreate()
47 import com.android.midi.MidiEchoTestService;282 mMidiServiceIntent = new Intent(this, MidiEchoTestService.class); in onCreate()