HomeSort by relevance Sort by last modified time
    Searched defs:TtyManager (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
TtyManager.java 33 final class TtyManager implements WiredHeadsetManager.Listener {
40 TtyManager(Context context, WiredHeadsetManager wiredHeadsetManager) {
119 Log.v(TtyManager.this, "onReceive, action: %s", action);
135 * Dumps the state of the {@link TtyManager}.
  /packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java 31 final class TtyManager {
45 Log.v(TtyManager.this, "got setTtyMode response");
48 Log.d(TtyManager.this, "setTTYMode exception: %s", ar.exception);
54 Log.v(TtyManager.this, "got queryTTYMode response");
57 Log.d(TtyManager.this, "queryTTYMode exception: %s", ar.exception);
61 Log.d(TtyManager.this, "setting TTY mode failed, attempted %d, got: %d",
64 Log.d(TtyManager.this, "setting TTY mode to %d succeeded", ttyMode);
73 TtyManager(Context context, Phone phone) {
114 Log.v(TtyManager.this, "onReceive, action: %s", action);

Completed in 124 milliseconds