Searched refs:cloneDate (Results 1 – 2 of 2) sorted by relevance
195 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
42800 Landroid/net/http/SslCertificate;->cloneDate(Ljava/util/Date;)Ljava/util/Date;