Searched refs:TIMEOUT_3A (Results 1 – 1 of 1) sorted by relevance
176 private static final int TIMEOUT_3A = 10; field in ItsService2226 if (!mInterlock3A.block(TIMEOUT_3A * 1000) ||2227 System.currentTimeMillis() - tstart > TIMEOUT_3A * 1000) {2229 "3A failed to converge after " + TIMEOUT_3A + " seconds.\n" +3348 if (!mInterlock3A.block(TIMEOUT_3A * 1000)3349 || System.currentTimeMillis() - tstart > TIMEOUT_3A * 1000) {3351 "3A failed to converge after " + TIMEOUT_3A + " seconds.\n"3358 if (!mInterlock3A.block(TIMEOUT_3A * 1000)3359 || System.currentTimeMillis() - tstart > TIMEOUT_3A * 1000) {3361 "3A failed to converge after " + TIMEOUT_3A + " seconds.\n"[all …]