Searched refs:getDeprecationTime (Results 1 – 7 of 7) sorted by relevance
155 if (address.getDeprecationTime() == LinkAddress.LIFETIME_PERMANENT in addAddress()156 || address.getDeprecationTime() == LinkAddress.LIFETIME_UNKNOWN) { in addAddress()161 (address.getDeprecationTime() - SystemClock.elapsedRealtime()) / 1000L, in addAddress()
461 public long getDeprecationTime() { in getDeprecationTime() method in LinkAddress
239 assertThat(address.getDeprecationTime()) in joinNetworkWithBrDisabled_meshLocalAddressesArePreferred()
268 assertThat(address.getDeprecationTime()).isAtMost(SystemClock.elapsedRealtime()); in unicastRouting_meshLocalAddressesAreNotPreferred()
376 assertEquals(100000L, addr.getDeprecationTime()); in testDeprecationTime()
5780 assertTrue(la.getDeprecationTime() != LinkAddress.LIFETIME_UNKNOWN);5782 assertTrue(la.getDeprecationTime() < when + TEST_LIFETIME_TOLERANCE_MS);5783 assertTrue(la.getDeprecationTime() > when - TEST_LIFETIME_TOLERANCE_MS);5794 assertEquals(LinkAddress.LIFETIME_PERMANENT, la.getDeprecationTime());5919 return (la.getDeprecationTime() != LinkAddress.LIFETIME_UNKNOWN)5921 && (la.getDeprecationTime() < when + TEST_LIFETIME_TOLERANCE_MS)5922 && (la.getDeprecationTime() > when - TEST_LIFETIME_TOLERANCE_MS)
172 method public long getDeprecationTime();