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 32 final class TtyManager implements WiredHeadsetManager.Listener {
39 TtyManager(Context context, WiredHeadsetManager wiredHeadsetManager) {
116 Log.v(TtyManager.this, "onReceive, action: %s", action);
129 * Dumps the state of the {@link TtyManager}.
  /packages/services/Telephony/src/com/android/services/telephony/
TtyManager.java 30 final class TtyManager {
44 Log.v(TtyManager.this, "got setTtyMode response");
47 Log.d(TtyManager.this, "setTTYMode exception: %s", ar.exception);
53 Log.v(TtyManager.this, "got queryTTYMode response");
56 Log.d(TtyManager.this, "queryTTYMode exception: %s", ar.exception);
60 Log.d(TtyManager.this, "setting TTY mode failed, attempted %d, got: %d",
63 Log.d(TtyManager.this, "setting TTY mode to %d succeeded", ttyMode);
72 TtyManager(Context context, Phone phone) {
110 Log.v(TtyManager.this, "onReceive, action: %s", action);

Completed in 62 milliseconds