Searched refs:DhcpResults (Results 1 – 9 of 9) sorted by relevance
40 public final class DhcpResults implements Parcelable { class74 public DhcpResults() { in DhcpResults() method in DhcpResults90 public DhcpResults(StaticIpConfiguration source) { in DhcpResults() method in DhcpResults100 public DhcpResults(DhcpResults source) { in DhcpResults() method in DhcpResults165 if (!(obj instanceof DhcpResults)) return false; in equals()167 DhcpResults target = (DhcpResults)obj; in equals()181 public static final @android.annotation.NonNull Creator<DhcpResults> CREATOR =182 new Creator<DhcpResults>() {183 public DhcpResults createFromParcel(Parcel in) {187 public DhcpResults[] newArray(int size) {[all …]
19 parcelable DhcpResults;
22 import android.net.DhcpResults;43 public static DhcpResults fromStableParcelable(@Nullable DhcpResultsParcelable p) { in fromStableParcelable()45 final DhcpResults results = new DhcpResults(p.baseConfiguration); in fromStableParcelable()
222 DhcpResults dhcpResults = runDhcp(fd, client1); in testStaticIpv4()380 private DhcpResults runDhcp(FileDescriptor fd, byte[] clientMacAddr) throws Exception { in runDhcp()408 DhcpResults dhcpResults = runDhcp(fd, clientMacAddr); in checkTetheredClientCallbacks()500 DhcpResults results = offerPacket.toDhcpResults(); in sendDhcpRequest()
41 rule android.net.DhcpResults* com.android.wifi.x.@0
693 "core/java/android/net/DhcpResults.java",712 "core/java/android/net/DhcpResults.java",
4137 android.net.DhcpResults$14138 android.net.DhcpResults
44333 Landroid/net/DhcpResults$1;44334 Landroid/net/DhcpResults;
620 PLandroid/net/ip/IpClientCallbacks;->onNewDhcpResults(Landroid/net/DhcpResults;)V712 …ParcelableUtil;->fromStableParcelable(Landroid/net/DhcpResultsParcelable;)Landroid/net/DhcpResults;