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