Lines Matching defs:simState
481 int simState = TelephonyManager.SIM_STATE_UNKNOWN;486 simState = TelephonyManager.getDefault().getSimState(subInfo.getSimSlotIndex());487 if((simState != TelephonyManager.SIM_STATE_ABSENT) &&488 (simState != TelephonyManager.SIM_STATE_UNKNOWN)){