Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java2222 @Nullable Runnable timeoutRunnable; field in ShadowLocationManager.CurrentLocationTransport
2247 timeoutRunnable = in startTimeout()
2249 timeoutRunnable = null; in startTimeout()
2252 timeoutHandler.postDelayed(timeoutRunnable, timeoutMs); in startTimeout()
2283 if (timeoutRunnable != null) { in cleanup()
2284 timeoutHandler.removeCallbacks(timeoutRunnable); in cleanup()
2285 timeoutRunnable = null; in cleanup()