Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java471 getKeyInformation(cleanCertString(cert).getBytes()); in parseJsonAndPersistKey()
593 public static String cleanCertString(String cert) { in cleanCertString() method in CarrierKeyDownloadManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java338 .cleanCertString("Comments before" + CERT + "Comments after"), CERT); in testCleanCertString()