Searched refs:MSG_TIMEOUT_MILLISEC (Results 1 – 1 of 1) sorted by relevance
26 private static final long MSG_TIMEOUT_MILLISEC = 15000; // 15 seconds. field in LocationListenerActivity104 mHandler.sendMessageDelayed(mHandler.obtainMessage(MSG_TIMEOUT_ID), MSG_TIMEOUT_MILLISEC); in scheduleTimeout() local