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