OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxtimeout
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java
78
int
maxTimeout
) {
79
this(name, callback, handler, minTimeout,
maxTimeout
, Clock.INSTANCE, TIMER);
84
int
maxTimeout
, Clock clock, Timer timer) {
85
if (
maxTimeout
< minTimeout) {
94
mMaxTimeout =
maxTimeout
;
/packages/apps/Settings/src/com/android/settings/
DisplaySettings.java
180
final long
maxTimeout
= dpm != null ? dpm.getMaximumTimeToLock(null) : 0;
181
if (
maxTimeout
== 0) {
190
if (timeout <=
maxTimeout
) {
201
if (userPreference <=
maxTimeout
) {
205
==
maxTimeout
) {
207
screenTimeoutPreference.setValue(String.valueOf(
maxTimeout
));
210
//
maxTimeout
. The user can still select anything less than
maxTimeout
.
211
// TODO: maybe append
maxTimeout
to the list and mark selected.
SecuritySettings.java
448
private void disableUnusableTimeouts(long
maxTimeout
) {
455
if (timeout <=
maxTimeout
) {
466
if (userPreference <=
maxTimeout
) {
470
//
maxTimeout
. The user can still select anything less than
maxTimeout
.
471
// TODO: maybe append
maxTimeout
to the list and mark selected.
/external/iputils/
tftpd.c
81
int
maxtimeout
= 5*TIMEOUT;
variable
341
if (timeout >=
maxtimeout
)
/external/chromium/third_party/libevent/
evdns.c
2670
const int
maxtimeout
= strtoint_clipped(val, 1, 255);
local
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
2670
const int
maxtimeout
= strtoint_clipped(val, 1, 255);
local
[
all
...]
Completed in 215 milliseconds