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