Searched refs:ACCESS_TECH_RESERVED (Results 1 – 1 of 1) sorted by relevance
41 ACCESS_TECH_RESERVED})50 public static final int ACCESS_TECH_RESERVED = 0x3F0F; field in PlmnActRecord111 if ((accessTechs & ACCESS_TECH_RESERVED) != 0) { in accessTechString()112 sb.append(String.format("UNKNOWN:%x|", accessTechs & ACCESS_TECH_RESERVED)); in accessTechString()