Searched refs:efIst (Results 1 – 1 of 1) sorted by relevance
1576 String efIst = tm.getIsimIst(); in isGbaValid() local1577 if (efIst == null) { in isGbaValid()1581 boolean result = efIst != null && efIst.length() > 1 && in isGbaValid()1582 (0x02 & (byte)efIst.charAt(1)) != 0; in isGbaValid()1583 if (DBG) log("isGbaValid - GBA capable=" + result + ", ISF=" + efIst); in isGbaValid()