Searched refs:recoveryCertPath (Results 1 – 2 of 2) sorted by relevance
38 RecoveryCertPath recoveryCertPath = RecoveryCertPath.createRecoveryCertPath( in createRecoveryCertPath_getCertPath_succeeds() local40 assertEquals(TestData.getThmCertPath(), recoveryCertPath.getCertPath()); in createRecoveryCertPath_getCertPath_succeeds()48 RecoveryCertPath recoveryCertPath = RecoveryCertPath.CREATOR.createFromParcel(parcel); in getCertPath_throwsIfCannnotDecode() local52 recoveryCertPath.getCertPath(); in getCertPath_throwsIfCannnotDecode()61 RecoveryCertPath recoveryCertPath = in writeToParcel_writesCertPath() local64 assertEquals(TestData.getThmCertPath(), recoveryCertPath.getCertPath()); in writeToParcel_writesCertPath()67 private RecoveryCertPath writeToThenReadFromParcel(RecoveryCertPath recoveryCertPath) { in writeToThenReadFromParcel() argument69 recoveryCertPath.writeToParcel(parcel, /*flags=*/ 0); in writeToThenReadFromParcel()
110 RecoveryCertPath recoveryCertPath = in start() local117 recoveryCertPath, in start()