Searched refs:TEST_LEASE_TIME_SECS (Results 1 – 3 of 3) sorted by relevance
49 private static final int TEST_LEASE_TIME_SECS = 120; field in DhcpServingParamsParcelExtTest92 mParcel.setDhcpLeaseTimeSecs(TEST_LEASE_TIME_SECS); in testSetDhcpLeaseTimeSecs()93 assertEquals(TEST_LEASE_TIME_SECS, mParcel.dhcpLeaseTimeSecs); in testSetDhcpLeaseTimeSecs()
57 private static final long TEST_LEASE_TIME_SECS = 3600L; field in DhcpServingParamsTest73 .setDhcpLeaseTimeSecs(TEST_LEASE_TIME_SECS) in setUp()102 assertEquals(TEST_LEASE_TIME_SECS, params.dhcpLeaseTimeSecs); in testBuild_Immutable()181 parcel.dhcpLeaseTimeSecs = TEST_LEASE_TIME_SECS; in testFromParcelableObject()
96 private static final long TEST_LEASE_TIME_SECS = 3600L; field in DhcpServerTest179 .setDhcpLeaseTimeSecs(TEST_LEASE_TIME_SECS) in makeServingParams()