OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_DOWNLOAD_RETRIES
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c
39
#define
MAX_DOWNLOAD_RETRIES
4
395
for (i = 0; i <
MAX_DOWNLOAD_RETRIES
; i++) {
398
if (i ==
MAX_DOWNLOAD_RETRIES
- 1) {
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
83
private static final int
MAX_DOWNLOAD_RETRIES
= 5;
[
all
...]
Completed in 741 milliseconds