Searched refs:DhcpResults (Results 1 – 11 of 11) sorted by relevance
39 public final class DhcpResults implements Parcelable { class73 public DhcpResults() { in DhcpResults() method in DhcpResults89 public DhcpResults(StaticIpConfiguration source) { in DhcpResults() method in DhcpResults99 public DhcpResults(DhcpResults source) { in DhcpResults() method in DhcpResults164 if (!(obj instanceof DhcpResults)) return false; in equals()166 DhcpResults target = (DhcpResults)obj; in equals()180 public static final @android.annotation.NonNull Creator<DhcpResults> CREATOR =181 new Creator<DhcpResults>() {182 public DhcpResults createFromParcel(Parcel in) {186 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()
37 import android.net.DhcpResults;329 private DhcpResults mDhcpResults;1470 public DhcpResults syncGetDhcpResults() { in syncGetDhcpResults()1472 return new DhcpResults(mDhcpResults); in syncGetDhcpResults()3190 private void handleIPv4Success(DhcpResults dhcpResults) { in handleIPv4Success()5066 handleIPv4Success((DhcpResults) message.obj); in processMessage()
59 import android.net.DhcpResults;2497 DhcpResults dhcpResults = mClientModeImpl.syncGetDhcpResults(); in getDhcpInfo()
708 "core/java/android/net/DhcpResults.java",747 "core/java/android/net/DhcpResults.java",
32 import android.net.DhcpResults;133 private DhcpResults mDhcpResults;2675 mDhcpResults = (DhcpResults) message.obj; in processMessage()
9986 PLandroid/net/DhcpResults$1;-><init>()V9987 HPLandroid/net/DhcpResults;-><init>(Landroid/net/DhcpResults;)V9988 HPLandroid/net/DhcpResults;-><init>(Landroid/net/StaticIpConfiguration;)V9989 HPLandroid/net/DhcpResults;->clear()V9990 HPLandroid/net/DhcpResults;->hasMeteredHint()Z9991 HPLandroid/net/DhcpResults;->toStaticIpConfiguration()Landroid/net/StaticIpConfiguration;9992 HPLandroid/net/DhcpResults;->toString()Ljava/lang/String;34824 Landroid/net/DhcpResults;
42767 Landroid/net/DhcpResults;->addDns(Ljava/lang/String;)Z42768 Landroid/net/DhcpResults;->clear()V42769 Landroid/net/DhcpResults;->CREATOR:Landroid/os/Parcelable$Creator;42770 Landroid/net/DhcpResults;->hasMeteredHint()Z42771 Landroid/net/DhcpResults;->readFromParcel(Landroid/net/DhcpResults;Landroid/os/Parcel;)V42772 Landroid/net/DhcpResults;->setDomains(Ljava/lang/String;)V42773 Landroid/net/DhcpResults;->setGateway(Ljava/lang/String;)Z42774 Landroid/net/DhcpResults;->setIpAddress(Ljava/lang/String;I)Z42775 Landroid/net/DhcpResults;->setLeaseDuration(I)V42776 Landroid/net/DhcpResults;->setServerAddress(Ljava/lang/String;)Z[all …]
215 …ParcelableUtil;->fromStableParcelable(Landroid/net/DhcpResultsParcelable;)Landroid/net/DhcpResults;