Searched refs:retryCount (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 368 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()
|
D | HdmiCecFeatureAction.java | 210 int retryCount) { in pollDevices() argument 211 mService.pollDevices(callback, getSourceAddress(), pickStrategy, retryCount); in pollDevices()
|
D | HdmiControlService.java | 948 int retryCount) { in pollDevices() argument 951 retryCount); in pollDevices()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | NotificationManagerCompat.java | 439 record.retryCount = 0; in handleServiceConnected() 538 record.retryCount = 0; in ensureServiceBound() 566 record.retryCount++; in scheduleListenerRetry() 567 if (record.retryCount > SIDE_CHANNEL_RETRY_MAX_COUNT) { in scheduleListenerRetry() 569 + record.componentName + " after " + record.retryCount + " retries"); in scheduleListenerRetry() 573 int delayMs = SIDE_CHANNEL_RETRY_BASE_INTERVAL_MS * (1 << (record.retryCount - 1)); in scheduleListenerRetry() 636 public int retryCount = 0; field in NotificationManagerCompat.SideChannelManager.ListenerRecord
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 105 int retryCount = 0; in makeDefaultPhone() local 108 retryCount ++; in makeDefaultPhone() 120 } else if (retryCount > SOCKET_OPEN_MAX_RETRY) { in makeDefaultPhone()
|
D | RIL.java | 608 int retryCount = 0; in run() local 638 if (retryCount == 8) { in run() 641 + "' socket after " + retryCount in run() 643 } else if (retryCount >= 0 && retryCount < 8) { in run() 654 retryCount++; in run() 658 retryCount = 0; in run()
|
/frameworks/base/core/jni/ |
D | android_database_SQLiteConnection.cpp | 690 int retryCount = 0; in nativeExecuteForCursorWindow() local 699 retryCount = 0; in nativeExecuteForCursorWindow() 733 if (retryCount > 50) { in nativeExecuteForCursorWindow() 740 retryCount++; in nativeExecuteForCursorWindow()
|