Searched refs:SERIAL_SERVICE (Results 1 – 6 of 6) sorted by relevance
31 @SystemService(Context.SERIAL_SERVICE)
55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
723 registerService(Context.SERIAL_SERVICE, SerialManager.class, in registerService() argument727 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE); in registerService()
5048 public static final String SERIAL_SERVICE = "serial"; field in Context
2120 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()
13145 Landroid/content/Context;->SERIAL_SERVICE:Ljava/lang/String;