Home | History | Annotate | Download | only in status

Lines Matching refs:sim_lock_state

254     } else if (cellular->sim_lock_state() == SIM_UNLOCKED ||
255 cellular->sim_lock_state() == SIM_UNKNOWN) {
601 is_locked = cellular->sim_lock_state() == SIM_LOCKED_PIN ||
602 cellular->sim_lock_state() == SIM_LOCKED_PUK;