OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentwaittime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java
338
int
currentWaitTime
= 0;
341
timeoutWait(
currentWaitTime
, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
424
int
currentWaitTime
= 0;
427
currentWaitTime
= timeoutWait(
currentWaitTime
, DEFAULT_WAIT_POLL_TIME,
444
int
currentWaitTime
= 0;
450
currentWaitTime
= timeoutWait(
currentWaitTime
, WAIT_FOR_DOWNLOAD_POLL_TIME,
473
int
currentWaitTime
= 0;
479
currentWaitTime
= timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
[
all
...]
DownloadManagerTestApp.java
194
int
currentWaitTime
= 0;
/frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java
564
int
currentWaitTime
= 0;
567
timeoutWait(
currentWaitTime
, DEFAULT_WAIT_POLL_TIME, DEFAULT_MAX_WAIT_TIME,
756
int
currentWaitTime
= 0;
767
currentWaitTime
= timeoutWait(
currentWaitTime
, poll, timeoutMillis,
783
int
currentWaitTime
= 0;
786
currentWaitTime
= timeoutWait(
currentWaitTime
, DEFAULT_WAIT_POLL_TIME,
803
int
currentWaitTime
= 0;
809
currentWaitTime
= timeoutWait(currentWaitTime, WAIT_FOR_DOWNLOAD_POLL_TIME
[
all
...]
Completed in 304 milliseconds