Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 12 of 12) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java90 int retryCount = 0; in selectDataset() local
91 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) { in selectDataset()
96 retryCount++; in selectDataset()
97 if (retryCount >= MAX_UIOBJECT_RETRY_COUNT) { in selectDataset()
119 int retryCount = 0; in assertDatasets() local
120 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) { in assertDatasets()
125 retryCount++; in assertDatasets()
126 if (retryCount >= MAX_UIOBJECT_RETRY_COUNT) { in assertDatasets()
DUiBot.java1173 int retryCount = 0;
1175 while (retryCount < MAX_UIOBJECT_RETRY_COUNT) {
1183 retryCount++;
1185 assertWithMessage(expectedTitle + " not found").that(retryCount).isLessThan(
/cts/tests/tests/security/src/android/security/cts/
DMediaRecorderInfoLeakTest.java45 int retryCount = 2; in test_cve_2016_2499() local
50 for (int i = 0; i < retryCount; i++) { in test_cve_2016_2499()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp305 int retryCount = 0; in decodeNFrames() local
313 while (!work && (retryCount < MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()
320 ++retryCount; in decodeNFrames()
323 if (!work && (retryCount >= MAXIMUM_NUMBER_OF_RETRIES)) { in decodeNFrames()
396 retryCount = 0; in decodeNFrames()
407 uint32_t retryCount = 0; in waitOnInputConsumption() local
412 while ((retryCount < MAXIMUM_NUMBER_OF_RETRIES) && (queueSize < bufferCount)) { in waitOnInputConsumption()
416 retryCount = 0; in waitOnInputConsumption()
419 ++retryCount; in waitOnInputConsumption()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/targetprep/
DCecPortDiscoverer.java156 int retryCount = 0; in initValidClient() local
213 retryCount = MAX_RETRY_COUNT; in initValidClient()
215 retryCount++; in initValidClient()
217 if (retryCount >= MAX_RETRY_COUNT) { in initValidClient()
/cts/hostsidetests/car/src/android/car/cts/
DPreCreateUsersHostTest.java225 int retryCount = 10; in deletePreCreatedUsers() local
226 while (retryCount > 0) { in deletePreCreatedUsers()
229 retryCount--; in deletePreCreatedUsers()
/cts/tests/tests/media/common/src/android/media/cts/
DMediaProjectionActivity.java147 final int retryCount = 5; in waitForMediaProjection() local
155 assertTrue("Can't get the permission", count <= retryCount); in waitForMediaProjection()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java548 int retryCount = 3; in testRequestDiscoveryState() local
549 while (retryCount > 0) { in testRequestDiscoveryState()
561 retryCount--; in testRequestDiscoveryState()
952 int retryCount = 3; in testDiscoverPeersOnSpecificFreq() local
953 while (retryCount > 0) { in testDiscoverPeersOnSpecificFreq()
966 retryCount--; in testDiscoverPeersOnSpecificFreq()
1013 int retryCount = 3; in testDiscoverPeersOnSocialChannelsOnly() local
1014 while (retryCount > 0) { in testDiscoverPeersOnSocialChannelsOnly()
1026 retryCount--; in testDiscoverPeersOnSocialChannelsOnly()
1100 int retryCount = 3; in testStartPeerDiscovery() local
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java487 int retryCount = 0; in validateImage() local
492 if (imgAndStreamInfo == null && retryCount < MAX_RETRY_COUNT) { in validateImage()
494 retryCount++; in validateImage()
553 retryCount = 0; in validateImage()
DImageReaderTest.java2079 int retryCount = 0; in validateTimestamps() local
2087 if (img == null && retryCount < MAX_RETRY_COUNT) { in validateTimestamps()
2088 retryCount++; in validateTimestamps()
2101 retryCount = 0; in validateTimestamps()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceMultiDeviceKeyEventTest.java158 private KeyEvent getKeyEvent(int retryCount) { in getKeyEvent() argument
159 for (int i = 0; i < retryCount; i++) { in getKeyEvent()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java587 int retryCount = 3; in openSession() local
588 while (retryCount-- > 0) { in openSession()