OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAttempts
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java
38
private int
mAttempts
;
58
mAttempts
= 0;
198
mAttempts
++;
202
return
mAttempts
;
/frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java
435
private int
mAttempts
;
451
mAttempts
= 0;
483
mAttempts
++;
504
if (
mAttempts
>= BLAME_FOR_EVALUATION_ATTEMPTS) {
518
return (
mAttempts
< IGNORE_REEVALUATE_ATTEMPTS) ? HANDLED : NOT_HANDLED;
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 630 milliseconds