Searched refs:CMD_POST_DHCP_ACTION (Results 1 – 2 of 2) sorted by relevance
142 public static final int CMD_POST_DHCP_ACTION = PUBLIC_BASE + 4; field in DhcpClient496 CMD_POST_DHCP_ACTION, DHCP_SUCCESS, 0, new DhcpResults(mDhcpLease)); in notifySuccess()500 mController.sendMessage(CMD_POST_DHCP_ACTION, DHCP_FAILURE, 0, null); in notifyFailure()
1684 case DhcpClient.CMD_POST_DHCP_ACTION: in processMessage()