Searched refs:MIDI_SERVICE (Results 1 – 8 of 8) sorted by relevance
56 private static final UUID MIDI_SERVICE = UUID.fromString( field in BluetoothMidiDevice117 if (MIDI_SERVICE.equals(service.getUuid())) {218 mMidiManager = (MidiManager)context.getSystemService(Context.MIDI_SERVICE); in BluetoothMidiDevice()
72 ServiceManager.getService(Context.MIDI_SERVICE)); in onCreate()
281 MidiManager midiManager = (MidiManager)context.getSystemService(Context.MIDI_SERVICE); in register()
2398 MIDI_SERVICE,3251 public static final String MIDI_SERVICE = "midi"; field in Context
690 registerService(Context.MIDI_SERVICE, MidiManager.class, in registerService() argument694 IBinder b = ServiceManager.getService(Context.MIDI_SERVICE); in registerService()
71 publishBinderService(Context.MIDI_SERVICE, mMidiService); in onStart()
7760 field public static final java.lang.String MIDI_SERVICE = "midi";
8005 field public static final java.lang.String MIDI_SERVICE = "midi";