Searched refs:INVALID_DISPLAY_ADDRESS (Results 1 – 1 of 1) sorted by relevance
60 private static final int INVALID_DISPLAY_ADDRESS = -1; field in WindowAreaComponentImpl79 private long mRearDisplayAddress = INVALID_DISPLAY_ADDRESS;563 return address.isEmpty() ? INVALID_DISPLAY_ADDRESS : Long.parseLong(address); in getRearDisplayAddress()