Searched refs:DEFAULT_MAX_RETRIES (Results 1 – 3 of 3) sorted by relevance
76 private static final int DEFAULT_MAX_RETRIES = 3; field in RetryLaunchActivity119 int maxRetries = intent.getIntExtra(EXTRA_MAX_RETRIES, DEFAULT_MAX_RETRIES);123 maxRetries = DEFAULT_MAX_RETRIES;
37 static final int DEFAULT_MAX_RETRIES = 6; field in VendorServiceInfo170 int maxRetries = DEFAULT_MAX_RETRIES; in parse()262 + (mMaxRetries == DEFAULT_MAX_RETRIES ? "" : ", maxRetries=" + mMaxRetries) in toString()
210 assertThat(info.getMaxRetries()).isEqualTo(VendorServiceInfo.DEFAULT_MAX_RETRIES); in testGetMaxRetries_defaultMaxRetries()