Home
last modified time | relevance | path

Searched refs:SERIAL_SERVICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/
DSerialManager.java29 @SystemService(Context.SERIAL_SERVICE)
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
DSerialChat.java55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java510 registerService(Context.SERIAL_SERVICE, SerialManager.class, in registerService() argument
514 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java3701 public static final String SERIAL_SERVICE = "serial"; field in Context
/frameworks/base/services/java/com/android/server/
DSystemServer.java1248 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()