OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIME_TO_PLAY
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
RingerModeActivity.java
69
private final static long
TIME_TO_PLAY
= 2000;
283
Thread.sleep(
TIME_TO_PLAY
);
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java
75
private final static long
TIME_TO_PLAY
= 2000;
271
Thread.sleep(
TIME_TO_PLAY
);
332
Thread.sleep(
TIME_TO_PLAY
);
334
Thread.sleep(
TIME_TO_PLAY
);
337
Thread.sleep(
TIME_TO_PLAY
);
[
all
...]
Completed in 63 milliseconds