Searched defs:SIM_NOT_CHANGE (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubInfoRecordUpdater.java63 * SIM_NOT_CHANGE : a valid SIM insert in slot i and is the same SIM as last time
68 public static final int SIM_NOT_CHANGE = 0; field in class:SubInfoRecordUpdater
288 sInsertSimState[i] = SIM_NOT_CHANGE;
307 if (sInsertSimState[j] == SIM_NOT_CHANGE && sIccId[i].equals(sIccId[j])) {
324 if (sInsertSimState[i] == SIM_NOT_CHANGE && !sIccId[i].equals(oldIccId[i])) {
327 if (sInsertSimState[i] != SIM_NOT_CHANGE) {
335 if (sInsertSimState[i] == SIM_NOT_CHANGE) {

Completed in 30 milliseconds