Home
last modified time | relevance | path

Searched defs:testProfile (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DImsCallProfileTest.java62 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testParcelUnparcel() local
122 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testProprietaryExtrasNullCallExtras() local
144 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testProprietaryExtrasEmptyExtras() local
295 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, in testIsVideoPaused() local
333 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testParcelUnparcelExtraNetworkType() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
H A DAmProfileTests.java123 private void testProfile(final boolean startActivityFirst, final boolean sampling, in testProfile() method in AmProfileTests
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java98 ImsStreamMediaProfile testProfile = testImsCall.getCallProfile().getMediaProfile(); in testCallSessionProgressingAppliedMediaCaps() local
/aosp_15_r20/hardware/interfaces/identity/aidl/vts/
H A DUtil.cpp181 for (const auto& testProfile : testProfiles) { in addAccessControlProfiles() local
H A DVtsIWritableIdentityCredentialTests.cpp355 for (const auto& testProfile : testProfiles) { in TEST_P() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtest.go607 func testProfile() string { func