Searched refs:isTtyModeEnabled (Results 1 – 2 of 2) sorted by relevance
55 public boolean isTtyModeEnabled(Context context) { in isTtyModeEnabled() method in DeviceState
497 mIsTtyEnabled = mDeviceState.isTtyModeEnabled(this); in onCreate()1100 final boolean isTtyModeEnabled = mDeviceState.isTtyModeEnabled(this); in getTelephonyConnection()1101 if (VideoProfile.isVideo(request.getVideoState()) && isTtyModeEnabled in getTelephonyConnection()1138 connection.setTtyEnabled(isTtyModeEnabled); in getTelephonyConnection()1223 connection.setTtyEnabled(mDeviceState.isTtyModeEnabled(getApplicationContext())); in onCreateIncomingConnection()