Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSerialManager.java30 @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.java721 registerService(Context.SERIAL_SERVICE, SerialManager.class, in registerService() argument
725 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE); in registerService()
/frameworks/base/core/java/android/content/
DContext.java4443 public static final String SERIAL_SERVICE = "serial"; field in Context
/frameworks/base/services/java/com/android/server/
DSystemServer.java1599 ServiceManager.addService(Context.SERIAL_SERVICE, serial); in startOtherServices()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13154 Landroid/content/Context;->SERIAL_SERVICE:Ljava/lang/String;