Searched refs:mConnectionRetryCount (Results 1 – 3 of 3) sorted by relevance
77 private int mConnectionRetryCount; field in RadioStreamProducer267 mConnectionRetryCount = 0;313 mConnectionRetryCount++;317 + mConnectionRetryCount);322 mConnectionRetryCount * SERVICE_CONNECTION_RETRY_DELAY_MS);
60 private int mConnectionRetryCount; field in StreamOverviewActivity191 mConnectionRetryCount = 1; in onServiceConnected()239 mConnectionRetryCount++;242 + mConnectionRetryCount);247 mConnectionRetryCount * SERVICE_CONNECTION_RETRY_DELAY_MS);
326 private int mConnectionRetryCount; field in Car477 mConnectionRetryCount = 0; in disconnect()647 mConnectionRetryCount++; in startCarService()648 if (mConnectionRetryCount > CAR_SERVICE_BIND_MAX_RETRY) { in startCarService()656 mConnectionRetryCount = 0; in startCarService()