Searched refs:leaseDuration (Results 1 – 6 of 6) sorted by relevance
35 public int leaseDuration; field in DhcpInfo50 leaseDuration = source.leaseDuration; in DhcpInfo()63 str.append(" lease ").append(leaseDuration).append(" seconds"); in toString()85 dest.writeInt(leaseDuration); in writeToParcel()99 info.leaseDuration = in.readInt();
43 public int leaseDuration; field in DhcpInfoInternal87 info.leaseDuration = leaseDuration; in makeDhcpInfo()148 " leaseDuration: " + leaseDuration; in toString()
350 long leaseDuration = dhcpInfoInternal.leaseDuration; //int to long conversion in runDhcp() local355 if (leaseDuration < MIN_RENEWAL_TIME_SECS) { in runDhcp()356 leaseDuration = MIN_RENEWAL_TIME_SECS; in runDhcp()363 leaseDuration * 480, //in milliseconds in runDhcp()
70 jfieldID leaseDuration; member163 env->SetIntField(info, dhcpInfoInternalFieldIds.leaseDuration, lease); in android_net_utils_runDhcpCommon()232 …dhcpInfoInternalFieldIds.leaseDuration = env->GetFieldID(dhcpInfoInternalClass, "leaseDuration", "… in register_android_net_NetworkUtils()
11589 field public int leaseDuration;