Searched refs:IccCardProxy (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCardProxy.java63 public class IccCardProxy extends Handler implements IccCard { class in inherits:Handler,IccCard
93 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast
98 public IccCardProxy(Context context, CommandsInterface ci) { method in class:IccCardProxy
157 log("updateQuietMode: is cdma/lte device, force IccCardProxy into 3gpp mode");
H A DPhoneProxy.java53 private IccCardProxy mIccCardProxy;
82 mIccCardProxy = new IccCardProxy(phone.getContext(), mCommandsInterface);
84 // For the purpose of IccCardProxy we only care about the technology family

Completed in 131 milliseconds