Searched refs:timeDifference (Results 1 – 2 of 2) sorted by relevance
1148 double timeDifference = mClock.getElapsedSinceBootMillis() in calculateLastSelectionWeight() local1151 if (timeDifference >= millis) return 0.0; in calculateLastSelectionWeight()1152 double unclipped = 1.0 - (timeDifference / millis); in calculateLastSelectionWeight()
979 long timeDifference = currentTime - mLastErrorTime; in canBringUpTunnel() local980 if (timeDifference < retryTime) { in canBringUpTunnel()