Searched defs:TtyManager (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DTtyManager.java30 final class TtyManager implements WiredHeadsetManager.Listener { class in inherits:WiredHeadsetManager.Listener
37 TtyManager(Context context, WiredHeadsetManager wiredHeadsetManager) { method in class:TtyManager
114 Log.v(TtyManager.this, "onReceive, action: %s", action);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTtyManager.java30 final class TtyManager { class
43 Log.v(TtyManager.this, "got setTtyMode response");
46 Log.d(TtyManager.this, "setTTYMode exception: %s", ar.exception);
52 Log.v(TtyManager.this, "got queryTTYMode response");
55 Log.d(TtyManager.this, "queryTTYMode exception: %s", ar.exception);
59 Log.d(TtyManager.this, "setting TTY mode failed, attempted %d, got: %d",
62 Log.d(TtyManager.this, "setting TTY mode to %d succeeded", ttyMode);
71 TtyManager(Context context, Phone phone) { method in class:TtyManager
97 Log.v(TtyManager.this, "onReceive, action: %s", action);

Completed in 139 milliseconds