Searched refs:retryCount (Results 1 – 3 of 3) sorted by relevance
38 int retryCount = 2; in test_cve_2016_2499() local43 for (int i = 0; i < retryCount; i++) { in test_cve_2016_2499()
86 int retryCount = 0; in init() local89 while (retryCount < MAX_RETRY) { in init()100 retryCount++; in init()
112 final int retryCount = 2; in waitForMediaProjection() local120 assertTrue("Can't get the permission", count <= retryCount); in waitForMediaProjection()