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.java86 long timeoutLengthMillis = getTimeoutLengthMillis(); in registerTimeout() local
87 if (timeoutLengthMillis <= 0) { in registerTimeout()
88 Log.d(this, "registerTimeout, timeout set to %d, skipping", timeoutLengthMillis); in registerTimeout()
90 mHandler.postDelayed(prepare(), timeoutLengthMillis); in registerTimeout() local