Home | History | Annotate | Download | only in phone

Lines Matching refs:sim

949             // been assigned for the PUK unlock / SIM READY process.
2501 * Determine if a given phone account corresponds to an active SIM
2506 * @return {@code true} If there is an active SIM for this phone account,
2534 IccCard sim = phone.getIccCard();
2535 if (sim != null) {
2537 sim.registerForNetworkLocked(handler, event, phone);