summaryrefslogtreecommitdiffstats
path: root/telecomm/java/com
diff options
context:
space:
mode:
authorRavindra <c_rthat@codeaurora.org>2015-10-06 15:22:58 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-23 10:43:39 -0700
commit051e732d0ec12b3c6dd71cd1825ec42edc66a837 (patch)
tree0aad324631133d7704898896eaa9b2acbd109ca4 /telecomm/java/com
parentdfc3f6aaeefceda4ff0337fa0e51eab83c0c820e (diff)
downloadframeworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.zip
frameworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.tar.gz
frameworks_base-051e732d0ec12b3c6dd71cd1825ec42edc66a837.tar.bz2
Revert "MSIM: set phone account handle changes for ECall"
This reverts commit fbdf0855fddd7bff5e648ad820753d8dcaf70840 to fix CTS failures Change-Id: I7248110607f6910ca1747abb0417961201455ecc
Diffstat (limited to 'telecomm/java/com')
-rw-r--r--telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl3
1 files changed, 0 insertions, 3 deletions
diff --git a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
index aaefbaf..ef4915c 100644
--- a/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
+++ b/telecomm/java/com/android/internal/telecom/IConnectionServiceAdapter.aidl
@@ -23,7 +23,6 @@ import android.telecom.ConnectionRequest;
import android.telecom.DisconnectCause;
import android.telecom.ParcelableConnection;
import android.telecom.ParcelableConference;
-import android.telecom.PhoneAccountHandle;
import android.telecom.StatusHints;
import com.android.internal.telecom.IVideoProvider;
@@ -88,7 +87,5 @@ oneway interface IConnectionServiceAdapter {
void setExtras(String callId, in Bundle extras);
- void setPhoneAccountHandle(String callId, in PhoneAccountHandle pHandle);
-
void resetCdmaConnectionTime(String callId);
}