Searched refs:initialTime (Results 1 – 3 of 3) sorted by relevance
657 final long initialTime = getCurrentTime(); in runFixedTimedRetryWithOutputMonitor() local658 while (getCurrentTime() < (initialTime + maxTime)) { in runFixedTimedRetryWithOutputMonitor()679 final long initialTime = getCurrentTime(); in runEscalatingTimedRetry() local684 long remainingTime = maxTime - (getCurrentTime() - initialTime); in runEscalatingTimedRetry()
2165 long initialTime = getHostCurrentTime(); in switchUser() local2169 while (!success && (getHostCurrentTime() - initialTime <= timeout)) { in switchUser()2176 CLog.d("switchUser took %d ms", getHostCurrentTime() - initialTime); in switchUser()
128251 .params "initialTime"129701 .params "initialTime", "isMiniMonth"