Searched refs:handoverAttemptCount (Results 1 – 2 of 2) sorted by relevance
74 abstract Optional<String> handoverAttemptCount(); in handoverAttemptCount() method in ErrorPolicyManagerTest.ErrorPolicyString92 abstract Builder setHandoverAttemptCount(String handoverAttemptCount); in setHandoverAttemptCount() argument120 handoverAttemptCount() in getErrorPolicyInString()122 handoverAttemptCount -> in getErrorPolicyInString()125 .append(handoverAttemptCount) in getErrorPolicyInString()
865 abstract Optional<Integer> handoverAttemptCount(); in handoverAttemptCount() method in ErrorPolicyManager.ErrorPolicy882 abstract Builder setHandoverAttemptCount(Integer handoverAttemptCount); in setHandoverAttemptCount() argument925 return handoverAttemptCount().orElse(Integer.MAX_VALUE); in getHandoverAttemptCount()985 Log.d(LOG_TAG, "handoverAttemptCount: " + handoverAttemptCount()); in log()