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.java149 long timeSpent; in testGetIccSimChallengeResponseNull() local
161 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() local
181 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() local
222 timeSpent = SystemClock.elapsedRealtime() - startTime; in testGetIccSimChallengeResponseDefault()
[all …]