Searched refs:SIM_NOT_INSERT (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubInfoRecordUpdater.java60 * SIM_NOT_INSERT : no SIM inserted in slot i now
72 public static final int SIM_NOT_INSERT = -99; field in class:SubInfoRecordUpdater
295 sInsertSimState[i] = SIM_NOT_INSERT;
302 if (sInsertSimState[i] == SIM_NOT_INSERT) {
352 if (sInsertSimState[i] == SIM_NOT_INSERT) {
361 } else /*if (sInsertSimState[i] != SIM_NOT_INSERT)*/ {

Completed in 62 milliseconds