Home
last modified time | relevance | path

Searched refs:maxRetryCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/nxp/secure_element/pn8x/libese-spi/p73/pal/spi/
H A DphNxpEsePal_spi.cpp242 unsigned int maxRetryCount = 0, retryDelay = 0; in phPalEse_spi_write() local
260 maxRetryCount = (configNum2 > 0) in phPalEse_spi_write()
266 maxRetryCount = MAX_SPI_WRITE_RETRY_COUNT_HW_ERR; in phPalEse_spi_write()
271 if (retryCount < maxRetryCount) { in phPalEse_spi_write()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DCar.java1339 long maxRetryCount = 0; in createCar() local
1341 maxRetryCount = waitTimeoutMs / CAR_SERVICE_BINDER_POLLING_INTERVAL_MS; in createCar()
1343 if (maxRetryCount == 0) { in createCar()
1344 maxRetryCount = 1; in createCar()
1377 } else if (waitTimeoutMs >= 0 && retryCount > maxRetryCount) { in createCar()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DRetryManagerTest.java995 int maxRetryCount = 10; in testRetryNetworkSuggestedRetryTooManyTimes() local
999 maxRetryCount); in testRetryNetworkSuggestedRetryTooManyTimes()
1020 for (int i = 0; i < maxRetryCount; i++) { in testRetryNetworkSuggestedRetryTooManyTimes()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1080 int maxRetryCount = 3; in testSendRetryImsGsmSms() local
1082 for (int i = 0; i <= maxRetryCount; i++) { in testSendRetryImsGsmSms()
1115 int maxRetryCount = 3; in testSendRetryImsCdmaSms() local
1118 for (int i = 0; i <= maxRetryCount; i++) { in testSendRetryImsCdmaSms()