Home | History | Annotate | Download | only in os

Lines Matching refs:simState

4411     private void updateAllPhoneStateLocked(int state, int simState, int strengthBin) {
4416 mPhoneSimStateRaw = simState;
4422 if (simState == TelephonyManager.SIM_STATE_ABSENT) {
4502 public void notePhoneStateLocked(int state, int simState) {
4503 updateAllPhoneStateLocked(state, simState, mPhoneSignalStrengthBinRaw);