Searched refs:UNKNOWN_MODEL (Results 1 – 1 of 1) sorted by relevance
77 private static final long UNKNOWN_MODEL = 0; field in DisplayAddress.Physical109 return model == UNKNOWN_MODEL ? null : model; in getModel()147 | (model == null ? UNKNOWN_MODEL : (model << MODEL_SHIFT)); in Physical()