Home
last modified time | relevance | path

Searched refs:dataTimeoutRunnable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java79 private final Runnable dataTimeoutRunnable = field in LocationFragment
130 handler.removeCallbacks(dataTimeoutRunnable); in onDestroy()
227 handler.postDelayed(dataTimeoutRunnable, LOAD_DATA_TIMEOUT_MILLIS); in displayWhenReady()
233 handler.removeCallbacks(dataTimeoutRunnable); in showLocationNow()