Searched refs:SERIAL_SERVICE (Results 1 – 5 of 5) sorted by relevance
30 @SystemService(Context.SERIAL_SERVICE)
55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
677 registerService(Context.SERIAL_SERVICE, SerialManager.class, in registerService() argument681 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE); in registerService()
4268 public static final String SERIAL_SERVICE = "serial"; field in Context
1541 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()