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