summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecomm/ITelecommService.aidl10
1 files changed, 10 insertions, 0 deletions
diff --git a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
index 3334385..43caa1e 100644
--- a/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
+++ b/telecomm/java/com/android/internal/telecomm/ITelecommService.aidl
@@ -101,4 +101,14 @@ interface ITelecommService {
* @see PhoneManager#handlePinMmi
*/
boolean handlePinMmi(String dialString);
+
+ /**
+ * @see TelecomManager#isTtySupported
+ */
+ boolean isTtySupported();
+
+ /**
+ * @see TelecomManager#getCurrentTtyMode
+ */
+ int getCurrentTtyMode();
}