Home
last modified time | relevance | path

Searched refs:timeSpent (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java148 long timeSpent; in testGetIccSimChallengeResponseNull() local
160 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() local
180 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() local
221 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseDefault()
[all …]