Searched refs:unbindDelay (Results 1 – 1 of 1) sorted by relevance
423 long unbindDelay = getTimeoutIdleBindMillis(); in scheduleUnbind() local425 if (unbindDelay <= PERMANENT_BOUND_TIMEOUT_MS) { in scheduleUnbind()426 if (mVerbose) Slog.v(mTag, "not scheduling unbind when value is " + unbindDelay); in scheduleUnbind()431 unbindDelay = 0; in scheduleUnbind()438 mNextUnbind = SystemClock.elapsedRealtime() + unbindDelay; in scheduleUnbind()439 if (mVerbose) Slog.v(mTag, "unbinding in " + unbindDelay + "ms: " + mNextUnbind); in scheduleUnbind()441 .setWhat(MSG_UNBIND), unbindDelay); in scheduleUnbind() local