Searched refs:MAX_RETRY_COUNT (Results 1 – 4 of 4) sorted by relevance
33 static final int MAX_RETRY_COUNT = 5; field in SystemAudioInitiationActionFromAvr89 if (mSendRequestActiveSourceRetryCount < MAX_RETRY_COUNT) { in sendRequestActiveSource()104 if (mSendSetSystemAudioModeRetryCount < MAX_RETRY_COUNT) { in sendSetSystemAudioMode()
30 private static final int MAX_RETRY_COUNT = 5; field in ArcInitiationActionFromAvr111 if (mSendRequestActiveSourceRetryCount < MAX_RETRY_COUNT) { in sendRequestActiveSource()
72 private static final int MAX_RETRY_COUNT = 4; field in ManagedApplicationService449 && mRetryCount >= MAX_RETRY_COUNT)) { in checkAndDeliverServiceDiedCbLocked()
265 .isAtMost(SystemAudioInitiationActionFromAvr.MAX_RETRY_COUNT); in testRetry()