Loading src/java/com/android/internal/telephony/uicc/UiccController.java +0 −10 Original line number Diff line number Diff line Loading @@ -218,16 +218,6 @@ public class UiccController extends Handler { } } /** * API to get all the UICC slots. * @return UiccSlots array. */ public UiccSlot[] getUiccSlots() { synchronized (mLock) { return mUiccSlots; } } /** * API to get UiccSlot object for a specific physical slot index on the device * @return UiccSlot object for the given physical slot index Loading Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +0 −10 Original line number Diff line number Diff line Loading @@ -218,16 +218,6 @@ public class UiccController extends Handler { } } /** * API to get all the UICC slots. * @return UiccSlots array. */ public UiccSlot[] getUiccSlots() { synchronized (mLock) { return mUiccSlots; } } /** * API to get UiccSlot object for a specific physical slot index on the device * @return UiccSlot object for the given physical slot index Loading