OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRetriesLeftPerErrorCode
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java
470
private final SparseIntArray
mRetriesLeftPerErrorCode
= new SparseIntArray();
478
synchronized (
mRetriesLeftPerErrorCode
) {
479
mRetriesLeftPerErrorCode
.clear();
494
mRetriesLeftPerErrorCode
.put(errorCode, count);
506
synchronized(
mRetriesLeftPerErrorCode
) {
507
retriesLeft =
mRetriesLeftPerErrorCode
.get(errorCode);
519
mRetriesLeftPerErrorCode
.put(errorCode, retriesLeft - 1);
/prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar
Completed in 234 milliseconds