Searched refs:timeSpent (Results 1 – 1 of 1) sorted by relevance
149 long timeSpent; in testGetIccSimChallengeResponseNull() local161 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseNull()162 Log.d("IccRecordsTest", "Time (ms) for getIccSimChallengeResponse is " + timeSpent); in testGetIccSimChallengeResponseNull()164 timeSpent < mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseNull()170 long timeSpent; in testGetIccSimChallengeResponseTimeout() local181 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseTimeout()182 Log.d("IccRecordsTest", "Time (ms) for getIccSimChallengeResponse is " + timeSpent); in testGetIccSimChallengeResponseTimeout()184 timeSpent >= mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseTimeout()207 long timeSpent; in testGetIccSimChallengeResponseDefault() local222 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseDefault()[all …]