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