Loading src/java/com/android/internal/telephony/uicc/UiccController.java +15 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,21 @@ public class UiccController extends Handler { } } /** * API to get all the UICC slots. * @return UiccSlots array. */ public UiccSlot[] getUiccSlots() { synchronized (mLock) { return mUiccSlots; } } /** Map logicalSlot to physicalSlot, and activate the physicalSlot if it is inactive. */ public void switchSlots(int[] physicalSlots, Message response) { // TODO(amitmahajan): Method implementation. } /** * 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 +15 −0 Original line number Diff line number Diff line Loading @@ -218,6 +218,21 @@ public class UiccController extends Handler { } } /** * API to get all the UICC slots. * @return UiccSlots array. */ public UiccSlot[] getUiccSlots() { synchronized (mLock) { return mUiccSlots; } } /** Map logicalSlot to physicalSlot, and activate the physicalSlot if it is inactive. */ public void switchSlots(int[] physicalSlots, Message response) { // TODO(amitmahajan): Method implementation. } /** * API to get UiccSlot object for a specific physical slot index on the device * @return UiccSlot object for the given physical slot index Loading