summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-05-14 14:02:21 -0700
committerEvan Charlton <evanc@google.com>2014-05-14 14:02:21 -0700
commit8f402c36cb48905034e6ab689f614f21e8766639 (patch)
tree4505e4302b40e4ce4b42ab18ca28b3a6f644f035 /telephony/java/com
parentc0d138ab86459883c46551130190d97f76bd7e2f (diff)
downloadframeworks_base-8f402c36cb48905034e6ab689f614f21e8766639.zip
frameworks_base-8f402c36cb48905034e6ab689f614f21e8766639.tar.gz
frameworks_base-8f402c36cb48905034e6ab689f614f21e8766639.tar.bz2
Revert "Expose sendEnvelope."
This reverts commit 6eac2ee0fc8a652c4cb1e7ca6602a080d4f82dbd. Change-Id: Ie04a873bb1d4935208e687917e86cbe80312a6d1
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl11
1 files changed, 0 insertions, 11 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 4341e0e..8e790cb 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -373,17 +373,6 @@ interface ITelephony {
int p1, int p2, int p3, String data);
/**
- * Send ENVELOPE to the SIM, after processing a proactive command sent by
- * the SIM.
- *
- * @param contents String containing SAT/USAT response in hexadecimal
- * format starting with command tag. See TS 102 223 for
- * details.
- * @return The APDU response from the ICC card.
- */
- String sendEnvelope(String content);
-
- /**
* Read one of the NV items defined in {@link RadioNVItems} / {@code ril_nv_items.h}.
* Used for device configuration by some CDMA operators.
*