Home
last modified time | relevance | path

Searched refs:handoverAttemptCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/
DErrorPolicyManagerTest.java74 abstract Optional<String> handoverAttemptCount(); in handoverAttemptCount() method in ErrorPolicyManagerTest.ErrorPolicyString
92 abstract Builder setHandoverAttemptCount(String handoverAttemptCount); in setHandoverAttemptCount() argument
120 handoverAttemptCount() in getErrorPolicyInString()
122 handoverAttemptCount -> in getErrorPolicyInString()
125 .append(handoverAttemptCount) in getErrorPolicyInString()
/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java865 abstract Optional<Integer> handoverAttemptCount(); in handoverAttemptCount() method in ErrorPolicyManager.ErrorPolicy
882 abstract Builder setHandoverAttemptCount(Integer handoverAttemptCount); in setHandoverAttemptCount() argument
925 return handoverAttemptCount().orElse(Integer.MAX_VALUE); in getHandoverAttemptCount()
985 Log.d(LOG_TAG, "handoverAttemptCount: " + handoverAttemptCount()); in log()