Searched refs:SERIAL_SERVICE (Results 1 – 8 of 8) sorted by relevance
48 mRavenwood.getContext().getSystemService(Context.SERIAL_SERVICE); in testDefined()63 mRavenwood.getContext().getSystemService(Context.SERIAL_SERVICE); in testSimple()71 mRavenwood.getContext().getSystemService(Context.SERIAL_SERVICE); in testDriven()
64 Context.SERIAL_SERVICE, memoize(() -> in RavenwoodContext()66 ServiceManager.getService(Context.SERIAL_SERVICE))) in RavenwoodContext()
31 @SystemService(Context.SERIAL_SERVICE)
79 publishBinderService(Context.SERIAL_SERVICE, mService); in onStart()
55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
788 registerService(Context.SERIAL_SERVICE, SerialManager.class, in registerService() argument792 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE); in registerService()
5727 public static final String SERIAL_SERVICE = "serial"; field in Context
10267 Landroid/content/Context;->SERIAL_SERVICE:Ljava/lang/String;