Searched refs:efIst (Results 1 – 1 of 1) sorted by relevance
1208 String efIst = telephonyManager.getIsimIst(); in isGbaValid() local1209 if (efIst == null) { in isGbaValid()1213 boolean result = efIst != null && efIst.length() > 1 && in isGbaValid()1214 (0x02 & (byte)efIst.charAt(1)) != 0; in isGbaValid()1215 if (DBG) log("isGbaValid - GBA capable=" + result + ", ISF=" + efIst); in isGbaValid()