Searched refs:timeoutRunnable (Results 1 – 1 of 1) sorted by relevance
2222 @Nullable Runnable timeoutRunnable; field in ShadowLocationManager.CurrentLocationTransport2247 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()