Searched refs:SerialManager (Results 1 – 3 of 3) sorted by relevance
34 public class SerialManager { class43 public SerialManager(Context context, ISerialManager service) { in SerialManager() method in SerialManager
21 import android.hardware.SerialManager;45 private SerialManager mSerialManager;55 mSerialManager = (SerialManager)getSystemService(Context.SERIAL_SERVICE); in onCreate()
47 import android.hardware.SerialManager;460 return new SerialManager(ctx, ISerialManager.Stub.asInterface(b)); in registerService()