Searched refs:IccSlotStatus (Results 1 – 8 of 8) sorted by relevance
106 IccSlotStatus iss = new IccSlotStatus(); in testUpdateInactiveSlotStatus()108 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_INACTIVE; in testUpdateInactiveSlotStatus()139 IccSlotStatus iss = new IccSlotStatus(); in testUpdateActiveSlotStatus()141 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_ACTIVE; in testUpdateActiveSlotStatus()166 IccSlotStatus iss = new IccSlotStatus(); in testUpdateSlotStatusEuiccIsSupported()168 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_INACTIVE; in testUpdateSlotStatusEuiccIsSupported()188 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_ACTIVE; in testUpdateSlotStatusEuiccIsSupported()201 IccSlotStatus iss = new IccSlotStatus(); in testUpdateSlotStatusEuiccIsNotSupported()203 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_INACTIVE; in testUpdateSlotStatusEuiccIsNotSupported()223 iss.slotState = IccSlotStatus.SlotState.SLOTSTATE_ACTIVE; in testUpdateSlotStatusEuiccIsNotSupported()
25 public class IccSlotStatus { class98 IccSlotStatus that = (IccSlotStatus) obj; in equals()
120 private static ArrayList<IccSlotStatus> sLastSlotStatus;540 ArrayList<IccSlotStatus> status = (ArrayList<IccSlotStatus>) ar.result; in onGetSlotStatusDone()551 IccSlotStatus iss = status.get(i); in onGetSlotStatusDone()552 boolean isActive = (iss.slotState == IccSlotStatus.SlotState.SLOTSTATE_ACTIVE); in onGetSlotStatusDone()598 private boolean slotStatusChanged(ArrayList<IccSlotStatus> slotStatusList) { in slotStatusChanged()602 for (IccSlotStatus iccSlotStatus : slotStatusList) { in slotStatusChanged()
131 public void update(CommandsInterface ci, IccSlotStatus iss) { in update()139 if (iss.slotState == IccSlotStatus.SlotState.SLOTSTATE_INACTIVE) { in update()
39 import com.android.internal.telephony.uicc.IccSlotStatus;319 static ArrayList<IccSlotStatus> convertHalSlotStatus( in convertHalSlotStatus()321 ArrayList<IccSlotStatus> response = new ArrayList<IccSlotStatus>(halSlotStatusList.size()); in convertHalSlotStatus()323 IccSlotStatus iccSlotStatus = new IccSlotStatus(); in convertHalSlotStatus()
24 import com.android.internal.telephony.uicc.IccSlotStatus;43 ArrayList<IccSlotStatus> ret = RadioConfig.convertHalSlotStatus(slotStatus); in simSlotsStatusChanged()
25 import com.android.internal.telephony.uicc.IccSlotStatus;48 ArrayList<IccSlotStatus> ret = RadioConfig.convertHalSlotStatus(slotStatus); in getSimSlotsStatusResponse()
61 import com.android.internal.telephony.uicc.IccSlotStatus;137 private IccSlotStatus mIccSlotStatus;191 public void setIccSlotStatus(IccSlotStatus iccSlotStatus) { in setIccSlotStatus()