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