Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java368 int retryCount) { in pollDevices() argument
374 runDevicePolling(sourceAddress, pollingCandidates, retryCount, callback, allocated); in pollDevices()
436 final List<Integer> candidates, final int retryCount, in runDevicePolling() argument
453 if (sendPollMessage(sourceAddress, candidate, retryCount)) { in runDevicePolling()
459 runDevicePolling(sourceAddress, candidates, retryCount, callback, in runDevicePolling()
468 private boolean sendPollMessage(int sourceAddress, int destinationAddress, int retryCount) { in sendPollMessage() argument
470 for (int i = 0; i < retryCount; ++i) { in sendPollMessage()
DHdmiCecFeatureAction.java210 int retryCount) { in pollDevices() argument
211 mService.pollDevices(callback, getSourceAddress(), pickStrategy, retryCount); in pollDevices()
DHdmiControlService.java928 int retryCount) { in pollDevices() argument
931 retryCount); in pollDevices()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java341 record.retryCount = 0; in handleServiceConnected()
440 record.retryCount = 0; in ensureServiceBound()
468 record.retryCount++; in scheduleListenerRetry()
469 if (record.retryCount > SIDE_CHANNEL_RETRY_MAX_COUNT) { in scheduleListenerRetry()
471 + record.componentName + " after " + record.retryCount + " retries"); in scheduleListenerRetry()
475 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1)); in scheduleListenerRetry()
538 public int retryCount = 0; field in NotificationManagerCompat.SideChannelManager.ListenerRecord
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java100 int retryCount = 0; in makeDefaultPhone() local
103 retryCount ++; in makeDefaultPhone()
115 } else if (retryCount > SOCKET_OPEN_MAX_RETRY) { in makeDefaultPhone()
DRIL.java511 int retryCount = 0; in run() local
541 if (retryCount == 8) { in run()
544 + "' socket after " + retryCount in run()
546 } else if (retryCount >= 0 && retryCount < 8) { in run()
557 retryCount++; in run()
561 retryCount = 0; in run()
/frameworks/base/core/jni/
Dandroid_database_SQLiteConnection.cpp690 int retryCount = 0; in nativeExecuteForCursorWindow() local
699 retryCount = 0; in nativeExecuteForCursorWindow()
733 if (retryCount > 50) { in nativeExecuteForCursorWindow()
740 retryCount++; in nativeExecuteForCursorWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java6201 int retryCount = 0; in screenshotApplicationsInner() local
6213 if (retryCount++ > 0) { in screenshotApplicationsInner()
6304 if (retryCount > MAX_SCREENSHOT_RETRIES) { in screenshotApplicationsInner()
6305 Slog.i(TAG, "Screenshot max retries " + retryCount + " of " + appToken + in screenshotApplicationsInner()