Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
DLocationListenerActivity.java26 private static final long MSG_TIMEOUT_MILLISEC = 15000; // 15 seconds. field in LocationListenerActivity
104 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT_ID), MSG_TIMEOUT_MILLISEC); in scheduleTimeout() local