Searched refs:MAX_DATA_SETUP_TIME (Results 1 – 1 of 1) sorted by relevance
33 public static final int MAX_DATA_SETUP_TIME = 3 * 60 * 1000; // 3 minutes field in RadioHelper153 while ((System.currentTimeMillis() - startTime) < MAX_DATA_SETUP_TIME) { in waitForDataSetup()