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

/frameworks/base/core/java/android/hardware/
H A DSerialManager.java29 @SystemService(Context.SERIAL_SERVICE)
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java522 registerService(Context.SERIAL_SERVICE, SerialManager.class,
526 IBinder b = ServiceManager.getServiceOrThrow(Context.SERIAL_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2967 //@hide: SERIAL_SERVICE,
3764 public static final String SERIAL_SERVICE = "serial"; field in class:Context
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1266 ServiceManager.addService(Context.SERIAL_SERVICE, serial);

Completed in 200 milliseconds