HomeSort by relevance Sort by last modified time
    Searched defs:SLEEP_TIME (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
AliasActivityTest.java 30 private static final long SLEEP_TIME = 1000;
54 Thread.sleep(SLEEP_TIME);
DialogTest.java 58 protected static final long SLEEP_TIME = 200;
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ConditionVariableTest.java 30 private static final int SLEEP_TIME = 1000;
99 Thread.sleep(SLEEP_TIME);
MessageTest.java 31 public static final int SLEEP_TIME = 300;
356 sleep(SLEEP_TIME);
  /frameworks/base/core/tests/coretests/src/android/widget/
AutoCompleteTextViewPopup.java 33 private static final int SLEEP_TIME = 50;
35 // total wait time will be LOOP_AMOUNT * SLEEP_TIME
230 Thread.sleep(SLEEP_TIME);
248 Thread.sleep(SLEEP_TIME);
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 227 final int SLEEP_TIME = 10;
258 Thread.sleep(SLEEP_TIME);
273 Thread.sleep(SLEEP_TIME);
288 Thread.sleep(SLEEP_TIME);
311 Thread.sleep(SLEEP_TIME);
MediaPlayerTest.java 53 private static final int SLEEP_TIME = 1000;
247 Thread.sleep(SLEEP_TIME);
265 Thread.sleep(SLEEP_TIME);
389 Thread.sleep(SLEEP_TIME);
486 Thread.sleep(SLEEP_TIME);
618 Thread.sleep(SLEEP_TIME);
660 Thread.sleep(SLEEP_TIME);
667 Thread.sleep(SLEEP_TIME);
682 Thread.sleep(SLEEP_TIME);
695 Thread.sleep(SLEEP_TIME);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 41 private static final int SLEEP_TIME = 30;
86 Thread.currentThread().sleep(SLEEP_TIME);
109 Thread.currentThread().sleep(SLEEP_TIME);
140 Thread.currentThread().sleep(SLEEP_TIME);
149 assertTrue( (averageTime - SLEEP_TIME) <= MAX_ALLOWED_LATENCY_TIME);
167 Thread.currentThread().sleep(SLEEP_TIME);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 93 #define SLEEP_TIME 2
453 printf("%d :: sleeping here for %d secs\n",__LINE__,SLEEP_TIME);
454 sleep (SLEEP_TIME);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 94 #define SLEEP_TIME 2
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 117 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 110 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 136 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 127 #define SLEEP_TIME 5
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 104 #define SLEEP_TIME 10
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 374 milliseconds