Home
last modified time | relevance | path

Searched refs:MAX_RETRY_COUNT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java89 static final int MAX_RETRY_COUNT = 3; field in BluetoothPeripheralHandover
411 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()
/packages/services/Telephony/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementController.java83 private static final int MAX_RETRY_COUNT = 5; field in SatelliteEntitlementController
608 if (getRetryCount(subId) >= MAX_RETRY_COUNT) { in isRetryAvailable()
/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementControllerTest.java99 private static final int MAX_RETRY_COUNT = 5; field in SatelliteEntitlementControllerTest
213 mRetryCountPerSub.put(SUB_ID, MAX_RETRY_COUNT); in testShouldStartQueryEntitlement()