Searched refs:efIst (Results 1 – 1 of 1) sorted by relevance
1077 String efIst = telephonyManager.getIsimIst(); in isGbaValid() local1078 if (efIst == null) { in isGbaValid()1082 boolean result = efIst != null && efIst.length() > 1 && in isGbaValid()1083 (0x02 & (byte)efIst.charAt(1)) != 0; in isGbaValid()1084 if (DBG) log("GBA capable=" + result + ", ISF=" + efIst); in isGbaValid()1100 String efIst = telephonyManager.getIsimIst(); in isGbaValidForSlot() local1101 if (efIst == null) { in isGbaValidForSlot()1105 boolean result = efIst != null && efIst.length() > 1 && in isGbaValidForSlot()1106 (0x02 & (byte)efIst.charAt(1)) != 0; in isGbaValidForSlot()1107 if (DBG) log("isGbaValidForSlot - GBA capable=" + result + ", ISF=" + efIst); in isGbaValidForSlot()