Home
last modified time | relevance | path

Searched refs:sleepMillis (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get() argument
38 Thread.sleep(sleepMillis); in get()
/frameworks/av/media/libaaudio/tests/
Dtest_full_queue.cpp32 int32_t sleepMillis) { in checkFullQueue() argument
55 usleep(sleepMillis * 1000); // 1000 millis in a microsecond in checkFullQueue()