Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DVideoViewTest.java253 int percent = mVideoView.getBufferPercentage(); in testGetBufferPercentage() local
254 assertTrue(percent >= 0 && percent <= 100); in testGetBufferPercentage()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java336 double percent = 0; in toString() local
338 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
345 percent, in toString()
DAudioFrequencyLineActivity.java313 double percent = 0; in toString() local
315 percent = 100.0 * (double)mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
322 percent, in toString()
DAudioFrequencyMicActivity.java499 double percent = 0; in toString() local
501 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
508 percent, in toString()
DAudioFrequencyVoiceRecognitionActivity.java855 double percent = 0; in toString() local
857 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
864 percent, in toString()
DAudioFrequencyUnprocessedActivity.java844 double percent = 0; in toString() local
846 percent = 100.0 * (double) mInBoundPointsPerBand[b] / mPointsPerBand[b]; in toString()
853 percent, in toString()
/cts/tests/tests/media/player/src/android/media/player/cts/
DStreamingMediaPlayerTest.java289 public void onBufferingUpdate(MediaPlayer mp, int percent) { in localHttpAudioStreamTest()
340 (mp, percent) -> mOnBufferingUpdateCalled.signal()); in localHttpsAudioStreamTest()
/cts/tests/mediapc/requirements/
Drequirements.txtpb1025 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.333 percent frame d…
1032 …specification: "MUST NOT drop more than 2 frames in 10 seconds (i.e less than 0.333 percent frame …
1039 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.167 percent frame d…
1046 …specification: "MUST NOT drop more than 1 frame in 10 seconds (i.e less than 0.167 percent frame d…
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java3574 public void onProgress(int percent) {}
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerTest.java3573 public void onProgress(int percent) {}