Home | History | Annotate | Download | only in phone

Lines Matching defs:sim

919             // been assigned for the PUK unlock / SIM READY process.
2453 * Determine if a given phone account corresponds to an active SIM
2458 * @return {@code true} If there is an active SIM for this phone account,
2486 IccCard sim = phone.getIccCard();
2487 if (sim != null) {
2489 sim.registerForNetworkLocked(handler, event, phone);