Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/dhcp/
DDhcpClient.java103 private static final int PUBLIC_BASE = Protocol.BASE_DHCP; field in DhcpClient
106 public static final int CMD_START_DHCP = PUBLIC_BASE + 1;
107 public static final int CMD_STOP_DHCP = PUBLIC_BASE + 2;
110 public static final int CMD_PRE_DHCP_ACTION = PUBLIC_BASE + 3;
113 public static final int CMD_POST_DHCP_ACTION = PUBLIC_BASE + 4;
115 public static final int CMD_ON_QUIT = PUBLIC_BASE + 5;
119 public static final int CMD_PRE_DHCP_ACTION_COMPLETE = PUBLIC_BASE + 6;
124 public static final int CMD_CLEAR_LINKADDRESS = PUBLIC_BASE + 7;
125 public static final int CMD_CONFIGURE_LINKADDRESS = PUBLIC_BASE + 8;
126 public static final int EVENT_LINKADDRESS_CONFIGURED = PUBLIC_BASE + 9;