Searched refs:MAX_RETRY_COUNT (Results 1 – 7 of 7) sorted by relevance
33 static final int MAX_RETRY_COUNT = 5; field in SystemAudioInitiationActionFromAvr90 if (mSendRequestActiveSourceRetryCount < MAX_RETRY_COUNT) { in sendRequestActiveSource()105 if (mSendSetSystemAudioModeRetryCount < MAX_RETRY_COUNT) { in sendSetSystemAudioMode()
31 static final int MAX_RETRY_COUNT = 5; field in DetectTvSystemAudioModeSupportAction85 if (mSendSetSystemAudioModeRetryCount < MAX_RETRY_COUNT) { in handleTimerEvent()
72 private static final int MAX_RETRY_COUNT = 4; field in ManagedApplicationService450 && mRetryCount >= MAX_RETRY_COUNT)) { in checkAndDeliverServiceDiedCbLocked()
68 private static final int MAX_RETRY_COUNT = 3; field in SimPhonebookRecordCache390 if (retryCount < MAX_RETRY_COUNT) { in handleMessage()
279 .isAtMost(SystemAudioInitiationActionFromAvr.MAX_RETRY_COUNT); in testRetry()
43 static final int MAX_RETRY_COUNT = 3; field in ContentProviderRecord
1648 if (inLaunching && !always && ++cpr.mRestartCount > ContentProviderRecord.MAX_RETRY_COUNT) { in removeDyingProviderLocked()1747 if (++cpr.mRestartCount > ContentProviderRecord.MAX_RETRY_COUNT) { in cleanupAppInLaunchingProvidersLocked()