Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java53 private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(5); field in LocationFragment
170 handler.postDelayed(dataTimeoutRunnable, TIMEOUT_MILLIS); in displayWhenReady()