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.java40 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)) {
DPhoneFactory.java43 import com.android.internal.telephony.uicc.IccCardProxy;
429 ((IccCardProxy)phoneProxy.getIccCard()).dump(fd, pw, args); in dump()
DPhoneProxy.java44 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()
DServiceStateTracker.java51 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