Searched refs:displayAddress (Results 1 – 3 of 3) sorted by relevance
143 final DisplayAddress.Physical displayAddress = in testReadingDisplaySettingsFromStorage_UsePortAsId() local145 mPrimaryDisplay.getDisplayInfo().address = displayAddress; in testReadingDisplaySettingsFromStorage_UsePortAsId()241 final DisplayAddress.Physical displayAddress = in testWritingDisplaySettingsToStorage_UsePortAsId() local243 secondaryDisplayInfo.address = displayAddress; in testWritingDisplaySettingsToStorage_UsePortAsId()
251 DisplayAddress displayAddress, @NonNull DeviceStateController deviceStateController, in DisplayRotation() argument253 this(service, displayContent, displayAddress, displayContent.getDisplayPolicy(), in DisplayRotation()260 DisplayAddress displayAddress, DisplayPolicy displayPolicy, in DisplayRotation() argument283 int defaultRotation = readDefaultDisplayRotation(displayAddress); in DisplayRotation()337 private int readDefaultDisplayRotation(DisplayAddress displayAddress) { in readDefaultDisplayRotation() argument338 if (!(displayAddress instanceof DisplayAddress.Physical)) { in readDefaultDisplayRotation()341 final DisplayAddress.Physical physicalAddress = (DisplayAddress.Physical) displayAddress; in readDefaultDisplayRotation()
2187 final DisplayAddress displayAddress = display.getAddress(); in displayAddressEquals() local2190 if (!(displayAddress instanceof DisplayAddress.Network)) { in displayAddressEquals()2193 final DisplayAddress.Network networkAddress = (DisplayAddress.Network) displayAddress; in displayAddressEquals()