Searched refs:IccCardProxy (Results 1 – 6 of 6) sorted by relevance
22 import com.android.internal.telephony.uicc.IccCardProxy;
45 import com.android.internal.telephony.uicc.IccCardProxy;118 intentFilter.addAction(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()175 !action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {199 } else if (action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
44 import com.android.internal.telephony.uicc.IccCardProxy;477 ((IccCardProxy)phoneProxy.getIccCard()).dump(fd, pw, args); in dump()
46 import com.android.internal.telephony.uicc.IccCardProxy;67 private IccCardProxy mIccCardProxy;101 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()1552 public IccCardProxy getPhoneIccCardProxy() { in getPhoneIccCardProxy()
57 import com.android.internal.telephony.uicc.IccCardProxy;
74 public class IccCardProxy extends Handler implements IccCard { class119 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) { in IccCardProxy() method in IccCardProxy