Searched refs:testProfile (Results 1 – 2 of 2) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | AmProfileTests.java | 71 testProfile(true, false, false); in testAmProfileStartNoSamplingNoStreaming() 80 testProfile(true, false, true); in testAmProfileStartNoSamplingStreaming() 85 testProfile(true, true, false); in testAmProfileStartSamplingNoStreaming() 90 testProfile(true, true, true); in testAmProfileStartSamplingStreaming() 96 testProfile(false, false, false); in testAmStartStartProfilerNoSamplingNoStreaming() 101 testProfile(false, false, true); in testAmStartStartProfilerNoSamplingStreaming() 106 testProfile(false, true, false); in testAmStartStartProfilerSamplingNoStreaming() 111 testProfile(false, true, true); in testAmStartStartProfilerSamplingStreaming() 114 private void testProfile(final boolean startActivityFirst, final boolean sampling, in testProfile() method in AmProfileTests
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallProfileTest.java | 62 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testParcelUnparcel() local 64 ImsCallProfile.CALL_TYPE_VOICE_N_VIDEO, testBundle, testProfile); in testParcelUnparcel() 101 assertEquals(testProfile.getAudioDirection(), resultProfile.getAudioDirection()); in testParcelUnparcel() 102 assertEquals(testProfile.getAudioQuality(), resultProfile.getAudioQuality()); in testParcelUnparcel() 103 assertEquals(testProfile.getRttMode(), resultProfile.getRttMode()); in testParcelUnparcel() 104 assertEquals(testProfile.getVideoDirection(), resultProfile.getVideoDirection()); in testParcelUnparcel() 105 assertEquals(testProfile.getVideoQuality(), resultProfile.getVideoQuality()); in testParcelUnparcel() 122 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testProprietaryExtrasNullCallExtras() local 125 ImsCallProfile.CALL_TYPE_VOICE_N_VIDEO, null /*bundle*/, testProfile); in testProprietaryExtrasNullCallExtras() 144 ImsStreamMediaProfile testProfile = new ImsStreamMediaProfile(1, 1, 1, 1, 1); in testProprietaryExtrasEmptyExtras() local [all …]
|