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()1101 final boolean isTtyModeEnabled = mDeviceState.isTtyModeEnabled(this); in getTelephonyConnection()1102 if (VideoProfile.isVideo(request.getVideoState()) && isTtyModeEnabled in getTelephonyConnection()1139 connection.setTtyEnabled(isTtyModeEnabled); in getTelephonyConnection()1224 connection.setTtyEnabled(mDeviceState.isTtyModeEnabled(getApplicationContext())); in onCreateIncomingConnection()