/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyVoiceRecognitionActivity.java | 231 showWait(mProgressTone, false); in onCreate() 240 showWait(mProgressNoise, false); in onCreate() 249 showWait(mProgressUsbBackground, false); in onCreate() 257 showWait(mProgressUsbNoise, false); in onCreate() 420 private void showWait(ProgressBar pb, boolean show) { in showWait() method in AudioFrequencyVoiceRecognitionActivity 443 private void showWait(int testId, boolean show) { in showWait() method in AudioFrequencyVoiceRecognitionActivity 446 showWait(mProgressTone, show); in showWait() 449 showWait(mProgressNoise, show); in showWait() 452 showWait(mProgressUsbBackground, show); in showWait() 455 showWait(mProgressUsbNoise, show); in showWait() [all …]
|
D | AudioFrequencyMicActivity.java | 136 showWait(mProgressNoise, false); in onCreate() 145 showWait(mProgressUsbBackground, false); in onCreate() 153 showWait(mProgressUsbNoise, false); in onCreate() 288 private void showWait(ProgressBar pb, boolean show) { in showWait() method in AudioFrequencyMicActivity 296 private void showWait(int testId, boolean show) { in showWait() method in AudioFrequencyMicActivity 299 showWait(mProgressNoise, show); in showWait() 302 showWait(mProgressUsbBackground, show); in showWait() 305 showWait(mProgressUsbNoise, show); in showWait() 458 showWait(testId, true); 464 showWait(testId, false); [all …]
|
D | AudioFrequencyUnprocessedActivity.java | 185 showWait(mProgressTone, false); in onCreate() 194 showWait(mProgressNoise, false); in onCreate() 203 showWait(mProgressUsbBackground, false); in onCreate() 211 showWait(mProgressUsbNoise, false); in onCreate() 378 private void showWait(ProgressBar pb, boolean show) { in showWait() method in AudioFrequencyUnprocessedActivity 405 private void showWait(int testId, boolean show) { in showWait() method in AudioFrequencyUnprocessedActivity 408 showWait(mProgressTone, show); in showWait() 411 showWait(mProgressNoise, show); in showWait() 414 showWait(mProgressUsbBackground, show); in showWait() 417 showWait(mProgressUsbNoise, show); in showWait() [all …]
|
D | AudioFrequencySpeakerActivity.java | 131 showWait(false); in onCreate() 209 private void showWait(boolean show) { in showWait() method in AudioFrequencySpeakerActivity 299 showWait(true); 303 showWait(false);
|
D | AudioFrequencyLineActivity.java | 149 showWait(false); in onCreate() 196 private void showWait(boolean show) { in showWait() method in AudioFrequencyLineActivity 278 showWait(true); 282 showWait(false);
|
D | AudioLoopbackLatencyActivity.java | 597 showWait(false); in connectLoopbackUI() 697 protected void showWait(boolean show) { in showWait() method in AudioLoopbackLatencyActivity 977 showWait(false); in handleTestCompletion() 990 showWait(true);
|