Searched refs:SERIAL_SERVICE (Results 1 – 4 of 4) sorted by relevance
55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
2753 public static final String SERIAL_SERVICE = "serial"; field in Context
829 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()
586 registerService(SERIAL_SERVICE, new ServiceFetcher() { in registerService() argument588 IBinder b = ServiceManager.getService(SERIAL_SERVICE); in registerService()