Searched refs:IccCardProxy (Results 1 – 6 of 6) sorted by relevance
22 import com.android.internal.telephony.uicc.IccCardProxy;
40 import com.android.internal.telephony.uicc.IccCardProxy;104 intentFilter = new IntentFilter(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()116 !action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {136 } else if (action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
43 import com.android.internal.telephony.uicc.IccCardProxy;429 ((IccCardProxy)phoneProxy.getIccCard()).dump(fd, pw, args); in dump()
44 import com.android.internal.telephony.uicc.IccCardProxy;65 private IccCardProxy mIccCardProxy;99 …mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPh… in PhoneProxy()1502 public IccCardProxy getPhoneIccCardProxy() { in getPhoneIccCardProxy()
51 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