Searched refs:INVALID_PORT (Results 1 – 13 of 13) sorted by relevance
34 private val INVALID_PORT = 65537 constant79 TestKeepalivePacketData(srcPort = INVALID_PORT) in address()86 TestKeepalivePacketData(dstPort = INVALID_PORT) in address()
30 public static final int INVALID_PORT = -1; field in DisplayHelper55 return INVALID_PORT; in getPhysicalPort()
32 public static final int INVALID_PORT = -1; field in DisplayHelper
19 import static android.car.builtin.view.DisplayHelper.INVALID_PORT;306 INVALID_PORT); in mapDrivingStateToRestrictions()307 if (portValue != INVALID_PORT) { in mapDrivingStateToRestrictions()
19 import static android.car.builtin.view.DisplayHelper.INVALID_PORT;727 if (portAddress != INVALID_PORT) { in findDisplayConfigForDisplayLocked()739 return portAddress != INVALID_PORT ? mDisplayPortConfigs.get(portAddress) : null; in findDisplayConfigForPortLocked()1348 int port = INVALID_PORT; in parseDisplayConfigsLocked()1457 if (port == INVALID_PORT && uniqueId == null) { in parseDisplayConfigsLocked()1473 if (port != INVALID_PORT) { in parseDisplayConfigsLocked()
492 if (displayPort == DisplayHelper.INVALID_PORT) { in sendDisplayBrightness()904 if (displayPort != DisplayHelper.INVALID_PORT) { in getDisplayPort()910 return DisplayHelper.INVALID_PORT; in getDisplayPort()
249 if (displayPort == DisplayHelper.INVALID_PORT) { in initializeDefaultSettings()508 return DisplayHelper.INVALID_PORT; in getDisplayPort()
54 field TIRAMISU_0 int INVALID_PORT = -1;
577 field public static final int INVALID_PORT = -1; // 0xffffffff
2677 field public static final int INVALID_PORT = -1; // 0xffffffff
2783 field public static final int INVALID_PORT = -1; // 0xffffffff
4642 UnflaggedApi: android.car.view.DisplayHelper#INVALID_PORT:4643 New API must be flagged with @FlaggedApi: field android.car.view.DisplayHelper.INVALID_PORT