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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java54 public class IccCard { class
180 public IccCard(PhoneBase phone, String logTag, Boolean is3gpp, Boolean dbg) { method in class:IccCard
183 if (mDbg) log("[IccCard] Creating card type " + (is3gpp ? "3gpp" : "3gpp2"));
207 if (mDbg) log("[IccCard] Disposing card type " + (is3gpp ? "3gpp" : "3gpp2"));
218 if (mDbg) log("[IccCard] Finalized card type " + (is3gpp ? "3gpp" : "3gpp2"));
582 // Call onReady Record(s) on the IccCard becomes ready (not NV)
650 Log.e(mLogTag, "[IccCard] Bogus facility lock response");
669 Log.e(mLogTag, "[IccCard] Bogus facility lock response");
814 Log.e(mLogTag, "[IccCard] Unknown Event " + msg.what);
844 Log.e(mLogTag, "[IccCard] IccCardStatu
[all...]

Completed in 60 milliseconds