Searched refs:timeSpent (Results 1 – 1 of 1) sorted by relevance
148 long timeSpent; in testGetIccSimChallengeResponseNull() local160 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseNull()161 Log.d("IccRecordsTest", "Time (ms) for getIccSimChallengeResponse is " + timeSpent); in testGetIccSimChallengeResponseNull()163 timeSpent < mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseNull()169 long timeSpent; in testGetIccSimChallengeResponseTimeout() local180 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseTimeout()181 Log.d("IccRecordsTest", "Time (ms) for getIccSimChallengeResponse is " + timeSpent); in testGetIccSimChallengeResponseTimeout()183 timeSpent >= mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseTimeout()206 long timeSpent; in testGetIccSimChallengeResponseDefault() local221 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseDefault()[all …]