Searched refs:spinningTimeoutRunnable (Results 1 – 1 of 1) sorted by relevance
88 private final Runnable spinningTimeoutRunnable = field in LocationFragment124 handler.postDelayed(spinningTimeoutRunnable, FIND_LOCATION_SPINNING_TIMEOUT_MILLIS); in onStart()131 handler.removeCallbacks(spinningTimeoutRunnable); in onDestroy()234 handler.removeCallbacks(spinningTimeoutRunnable); in showLocationNow()