Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DRecoveryCertPathTest.java38 RecoveryCertPath recoveryCertPath = RecoveryCertPath.createRecoveryCertPath( in createRecoveryCertPath_getCertPath_succeeds() local
40 assertEquals(TestData.getThmCertPath(), recoveryCertPath.getCertPath()); in createRecoveryCertPath_getCertPath_succeeds()
48 RecoveryCertPath recoveryCertPath = RecoveryCertPath.CREATOR.createFromParcel(parcel); in getCertPath_throwsIfCannnotDecode() local
52 recoveryCertPath.getCertPath(); in getCertPath_throwsIfCannnotDecode()
61 RecoveryCertPath recoveryCertPath = in writeToParcel_writesCertPath() local
64 assertEquals(TestData.getThmCertPath(), recoveryCertPath.getCertPath()); in writeToParcel_writesCertPath()
67 private RecoveryCertPath writeToThenReadFromParcel(RecoveryCertPath recoveryCertPath) { in writeToThenReadFromParcel() argument
69 recoveryCertPath.writeToParcel(parcel, /*flags=*/ 0); in writeToThenReadFromParcel()
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoverySession.java110 RecoveryCertPath recoveryCertPath = in start() local
117 recoveryCertPath, in start()