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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java71 public class IccCardProxy extends Handler implements IccCard { class in inherits:Handler,IccCard
73 private static final String LOG_TAG = "IccCardProxy";
109 private boolean mQuietMode = false; // when set to true IccCardProxy will not broadcast
116 public IccCardProxy(Context context, CommandsInterface ci, int phoneId) { method in class:IccCardProxy
913 pw.println("IccCardProxy: " + this);

Completed in 377 milliseconds