Home
last modified time | relevance | path

Searched refs:IccCardProxy (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDebugService.java22 import com.android.internal.telephony.uicc.IccCardProxy;
DSubscriptionInfoUpdater.java45 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)) {
DPhoneFactory.java44 import com.android.internal.telephony.uicc.IccCardProxy;
477 ((IccCardProxy)phoneProxy.getIccCard()).dump(fd, pw, args); in dump()
DPhoneProxy.java46 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()
DServiceStateTracker.java57 import com.android.internal.telephony.uicc.IccCardProxy;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java74 public class IccCardProxy extends Handler implements IccCard { class
119 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) { in IccCardProxy() method in IccCardProxy