diff options
author | Stuart Scott <stuartscott@google.com> | 2015-01-13 22:43:04 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-01-13 22:43:04 +0000 |
commit | c827e26a55b56fcb5ba0fa299931397143a6eedb (patch) | |
tree | ef603a1f9307ddfa39e0de303efbf38e4214a13b /api | |
parent | a72f6f96d3ad693fd4b0b7c7a5286354b7732bc3 (diff) | |
parent | 700390cec64a0937b457fc1a1bbe8061072f3825 (diff) | |
download | prebuilts_sdk-c827e26a55b56fcb5ba0fa299931397143a6eedb.zip prebuilts_sdk-c827e26a55b56fcb5ba0fa299931397143a6eedb.tar.gz prebuilts_sdk-c827e26a55b56fcb5ba0fa299931397143a6eedb.tar.bz2 |
Merge "Hide some functions in SubscriptionInfo." into lmp-mr1-dev
Diffstat (limited to 'api')
-rw-r--r-- | api/22.txt | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28619,13 +28619,11 @@ package android.telephony { method public int describeContents(); method public java.lang.CharSequence getCarrierName(); method public java.lang.String getCountryIso(); - method public int getDataRoaming(); method public java.lang.CharSequence getDisplayName(); method public java.lang.String getIccId(); method public int getIconTint(); method public int getMcc(); method public int getMnc(); - method public int getNameSource(); method public java.lang.String getNumber(); method public int getSimSlotIndex(); method public int getSubscriptionId(); |