Home
last modified time | relevance | path

Searched refs:INVALID_PORT (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Connectivity/tests/common/java/android/net/
DKeepalivePacketDataTest.kt34 private val INVALID_PORT = 65537 constant
79 TestKeepalivePacketData(srcPort = INVALID_PORT) in address()
86 TestKeepalivePacketData(dstPort = INVALID_PORT) in address()
/packages/services/Car/car-builtin-lib/src/android/car/builtin/view/
DDisplayHelper.java30 public static final int INVALID_PORT = -1; field in DisplayHelper
55 return INVALID_PORT; in getPhysicalPort()
/packages/services/Car/car-lib/src/android/car/view/
DDisplayHelper.java32 public static final int INVALID_PORT = -1; field in DisplayHelper
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java19 import static android.car.builtin.view.DisplayHelper.INVALID_PORT;
306 INVALID_PORT); in mapDrivingStateToRestrictions()
307 if (portValue != INVALID_PORT) { in mapDrivingStateToRestrictions()
DCarOccupantZoneService.java19 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()
/packages/services/Car/service/src/com/android/car/hal/
DPowerHalService.java492 if (displayPort == DisplayHelper.INVALID_PORT) { in sendDisplayBrightness()
904 if (displayPort != DisplayHelper.INVALID_PORT) { in getDisplayPort()
910 return DisplayHelper.INVALID_PORT; in getDisplayPort()
/packages/services/Car/service/src/com/android/car/power/
DScreenOffHandler.java249 if (displayPort == DisplayHelper.INVALID_PORT) { in initializeDefaultSettings()
508 return DisplayHelper.INVALID_PORT; in getDisplayPort()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt54 field TIRAMISU_0 int INVALID_PORT = -1;
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt577 field public static final int INVALID_PORT = -1; // 0xffffffff
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2677 field public static final int INVALID_PORT = -1; // 0xffffffff
/packages/services/Car/car-lib/api/
Dsystem-current.txt2677 field public static final int INVALID_PORT = -1; // 0xffffffff
Dtest-current.txt2783 field public static final int INVALID_PORT = -1; // 0xffffffff
Dsystem-lint-baseline.txt4642 UnflaggedApi: android.car.view.DisplayHelper#INVALID_PORT:
4643 New API must be flagged with @FlaggedApi: field android.car.view.DisplayHelper.INVALID_PORT