Searched refs:MAX_RETRY_COUNT (Results 1 – 3 of 3) sorted by relevance
89 static final int MAX_RETRY_COUNT = 3; field in BluetoothPeripheralHandover411 if (mRetryCount < MAX_RETRY_COUNT) { in nextStepConnect()490 if (mRetryCount < MAX_RETRY_COUNT in handleIntent()505 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent()519 if (mAction == ACTION_CONNECT && mRetryCount < MAX_RETRY_COUNT) { in handleIntent()
83 private static final int MAX_RETRY_COUNT = 5; field in SatelliteEntitlementController608 if (getRetryCount(subId) >= MAX_RETRY_COUNT) { in isRetryAvailable()
99 private static final int MAX_RETRY_COUNT = 5; field in SatelliteEntitlementControllerTest213 mRetryCountPerSub.put(SUB_ID, MAX_RETRY_COUNT); in testShouldStartQueryEntitlement()