Home | History | Annotate | Download | only in providers

Lines Matching refs:BEST

1236          * where the first and second bits represent the SIMPLE and BEST state of the first
2070 public static final int BEST = 1;
2073 private static final String BEST_STRING = "BEST";
2078 public static final int[] PREFERRED_RENDITIONS = new int[]{BEST, SIMPLE};
2084 return BEST;
2091 if (rendition == BEST) {