Searched refs:efIst (Results 1 – 1 of 1) sorted by relevance
526 String efIst = telephonyManager.getIsimIst(); in isGbaValid() local527 if (efIst == null) { in isGbaValid()531 boolean result = efIst != null && efIst.length() > 1 && in isGbaValid()532 (0x02 & (byte)efIst.charAt(1)) != 0; in isGbaValid()533 if (DBG) log("GBA capable=" + result + ", ISF=" + efIst); in isGbaValid()