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