Searched refs:FIND_LOCATION_SPINNING_TIMEOUT_MILLIS (Results 1 – 1 of 1) sorted by relevance
59 private static final long FIND_LOCATION_SPINNING_TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(5); field in LocationFragment124 handler.postDelayed(spinningTimeoutRunnable, FIND_LOCATION_SPINNING_TIMEOUT_MILLIS); in onStart()