summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2014-05-30 21:38:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-30 21:38:54 +0000
commitb69f1bddfe39c93f1e120e13a835768f68451e36 (patch)
tree3d4df5be197f83a67348c7613b329f34c20b6dda /telephony/java/com
parent25ceaab596ae87fe4808af11bd2c11fe05d3aa72 (diff)
parent515e09b8373a2cffc5be633d4b196bf68e62edbd (diff)
downloadframeworks_base-b69f1bddfe39c93f1e120e13a835768f68451e36.zip
frameworks_base-b69f1bddfe39c93f1e120e13a835768f68451e36.tar.gz
frameworks_base-b69f1bddfe39c93f1e120e13a835768f68451e36.tar.bz2
am 6d052adc: Merge "Update showCallScreen to use Telecomm (1/6)" into lmp-preview-dev
* commit '6d052adc910bf2d2775881528cef3e41fe2cd14b': Update showCallScreen to use Telecomm (1/6)
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl22
1 files changed, 0 insertions, 22 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 6d7f158..acaa8de 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -49,28 +49,6 @@ interface ITelephony {
void call(String callingPackage, String number);
/**
- * If there is currently a call in progress, show the call screen.
- * The DTMF dialpad may or may not be visible initially, depending on
- * whether it was up when the user last exited the InCallScreen.
- *
- * @return true if the call screen was shown.
- */
- boolean showCallScreen();
-
- /**
- * Variation of showCallScreen() that also specifies whether the
- * DTMF dialpad should be initially visible when the InCallScreen
- * comes up.
- *
- * @param showDialpad if true, make the dialpad visible initially,
- * otherwise hide the dialpad initially.
- * @return true if the call screen was shown.
- *
- * @see showCallScreen
- */
- boolean showCallScreenWithDialpad(boolean showDialpad);
-
- /**
* End call if there is a call in progress, otherwise does nothing.
*
* @return whether it hung up