Searched refs:STA_INTERNAL (Results 1 – 5 of 5) sorted by relevance
26 private static final int MAXSTATE = APIInfo.STA_INTERNAL;220 } else if (type.equalsIgnoreCase(getStatusTypeName(APIInfo.STA_INTERNAL))) { in main()221 filter.set(APIInfo.STA_INTERNAL); in main()288 case APIInfo.STA_INTERNAL: in getStatusTypeName()
487 isValid = (res == APIInfo.STA_INTERNAL || res == APIInfo.STA_OBSOLETE); in tagStatus()489 } else if (val == APIInfo.STA_INTERNAL) { in tagStatus()530 } else if (res == APIInfo.STA_INTERNAL && !deprecatedFlag) { in tagStatus()548 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
30 STA_OBSOLETE = 3, STA_INTERNAL = 4; field in APIInfo94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal()120 public boolean isInternal() { return getVal(STA) == STA_INTERNAL; } in isInternal()
410 result.set(internal ? APIInfo.STA_INTERNAL : -2); // -2 for legacy compatibility in tagStatus()
260 || lstatus == APIInfo.STA_INTERNAL) { in statusChange()