Home
last modified time | relevance | path

Searched refs:cloneDate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
DSslCertificate.java195 mValidNotBefore = cloneDate(validNotBefore); in SslCertificate()
196 mValidNotAfter = cloneDate(validNotAfter); in SslCertificate()
205 return cloneDate(mValidNotBefore); in getValidNotBeforeDate()
224 return cloneDate(mValidNotAfter); in getValidNotAfterDate()
342 private static Date cloneDate(Date date) { in cloneDate() method in SslCertificate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42800 Landroid/net/http/SslCertificate;->cloneDate(Ljava/util/Date;)Ljava/util/Date;