Home | History | Annotate | Download | only in phone

Lines Matching refs:sim

271                 // like the "SIM missing" and "Sim locked" cases (bug 1804111).
274 // Some products don't have the concept of a "SIM network lock"
276 + "not showing 'SIM network unlock' PIN entry screen");
278 // Normal case: show the "SIM network unlock" PIN entry screen.
280 // they enter a valid SIM network PIN.
281 Log.i(LOG_TAG, "show sim depersonal panel");
305 // Marks the event where the SIM goes into ready state.
502 IccCard sim = phone.getIccCard();
503 if (sim != null) {
505 sim.registerForNetworkLocked(mHandler, EVENT_SIM_NETWORK_LOCKED, null);
754 * the SIM to move to READY state.
758 * or SIM READYing process is over.
770 * blocking - SIM READYing progress, so that we may dismiss it
985 IccCard sim = phone.getIccCard();
986 if (sim != null) {
990 sim.registerForNetworkLocked(mHandler, EVENT_SIM_NETWORK_LOCKED, null);