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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java72 public class IccCardProxy extends Handler implements IccCard { class in inherits:Handler,IccCard
74 private static final String LOG_TAG = "IccCardProxy";
110 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast
117 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) { method in class:IccCardProxy
180 log("updateQuietMode: is cdma/lte device, force IccCardProxy into 3gpp mode");
391 * Both IccCardProxy and UiccController are registered for
394 * objects, which will then notify the IccCardProxy and the null
396 * IccCardProxy is also registered for RadioState changes, it will
955 pw.println("IccCardProxy: " + this);

Completed in 51 milliseconds