Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionTimeout.java99 long timeoutLengthMillis = getTimeoutLengthMillis(); in registerTimeout() local
100 if (timeoutLengthMillis <= 0) { in registerTimeout()
101 Log.d(this, "registerTimeout, timeout set to %d, skipping", timeoutLengthMillis); in registerTimeout()
103 mHandler.postDelayed(prepare(), timeoutLengthMillis); in registerTimeout() local