Searched refs:testProfile (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | Util.cpp | 103 for (const auto& testProfile : testProfiles) { in addAccessControlProfiles() local 106 cert.encodedCertificate = testProfile.readerCertificate; in addAccessControlProfiles() 107 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in addAccessControlProfiles() 109 testProfile.id, cert, testProfile.userAuthenticationRequired, in addAccessControlProfiles() 110 testProfile.timeoutMillis, secureUserId, &profile); in addAccessControlProfiles() 115 << "test profile id = " << testProfile.id << endl; in addAccessControlProfiles() 116 EXPECT_EQ(testProfile.id, profile.id); in addAccessControlProfiles() 119 EXPECT_EQ(testProfile.timeoutMillis, profile.timeoutMillis); in addAccessControlProfiles() 122 if (!result.isOk() || testProfile.id != profile.id || in addAccessControlProfiles() 124 testProfile.userAuthenticationRequired != profile.userAuthenticationRequired || in addAccessControlProfiles() [all …]
|
H A D | VtsIWritableIdentityCredentialTests.cpp | 252 for (const auto& testProfile : testProfiles) { in TEST_P() local 255 cert.encodedCertificate = testProfile.readerCertificate; in TEST_P() 256 int64_t secureUserId = testProfile.userAuthenticationRequired ? 66 : 0; in TEST_P() 258 testProfile.id, cert, testProfile.userAuthenticationRequired, in TEST_P() 259 testProfile.timeoutMillis, secureUserId, &profile); in TEST_P() 267 << "test profile id = " << testProfile.id << endl; in TEST_P() 269 ASSERT_EQ(testProfile.id, profile.id); in TEST_P() 271 ASSERT_EQ(testProfile.userAuthenticationRequired, profile.userAuthenticationRequired); in TEST_P() 272 ASSERT_EQ(testProfile.timeoutMillis, profile.timeoutMillis); in TEST_P() 278 << ". Test profile id = " << testProfile.id in TEST_P() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
H A D | ImsCallTest.java | 86 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps() local 87 assertNotNull(testProfile); in testCallSessionProgressingAppliedMediaCaps() 89 assertEquals(ImsStreamMediaProfile.DIRECTION_INACTIVE, testProfile.getAudioDirection()); in testCallSessionProgressingAppliedMediaCaps()
|