Searched refs:isTtyModeEnabled (Results 1 – 3 of 3) sorted by relevance
55 public boolean isTtyModeEnabled(Context context) { in isTtyModeEnabled() method in DeviceState
896 mIsTtyEnabled = mDeviceState.isTtyModeEnabled(this); in onCreate()1658 final boolean isTtyModeEnabled = mDeviceState.isTtyModeEnabled(this); in getTelephonyConnection()1659 if (VideoProfile.isVideo(request.getVideoState()) && isTtyModeEnabled in getTelephonyConnection()1701 connection.setTtyEnabled(isTtyModeEnabled); in getTelephonyConnection()1786 connection.setTtyEnabled(mDeviceState.isTtyModeEnabled(getApplicationContext())); in onCreateIncomingConnection()
344 private boolean isTtyModeEnabled() { in isTtyModeEnabled() method in NormalCallDomainSelector429 if (isTtyModeEnabled() && !isTtySupportedByIms()) { in selectDomain()