Home
last modified time | relevance | path

Searched refs:isTtyModeEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java518 mIsTtyEnabled = mDeviceState.isTtyModeEnabled(this); in onCreate()
1119 final boolean isTtyModeEnabled = mDeviceState.isTtyModeEnabled(this); in getTelephonyConnection()
1120 if (VideoProfile.isVideo(request.getVideoState()) && isTtyModeEnabled in getTelephonyConnection()
1157 connection.setTtyEnabled(isTtyModeEnabled); in getTelephonyConnection()
1229 connection.setTtyEnabled(mDeviceState.isTtyModeEnabled(getApplicationContext())); in onCreateIncomingConnection()
DDeviceState.java55 public boolean isTtyModeEnabled(Context context) { in isTtyModeEnabled() method in DeviceState