Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java163 timeSpent < mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseNull()
183 timeSpent >= mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseTimeout()
224 timeSpent < mSimulatedCommands.ICC_SIM_CHALLENGE_TIMEOUT_MILLIS); in testGetIccSimChallengeResponseDefault()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java233 private static final long ICC_SIM_CHALLENGE_TIMEOUT_MILLIS = 2500; field in IccRecords
1231 long sleepTime = startTime + ICC_SIM_CHALLENGE_TIMEOUT_MILLIS in getIccSimChallengeResponse()
1237 } while (SystemClock.elapsedRealtime() - startTime < ICC_SIM_CHALLENGE_TIMEOUT_MILLIS in getIccSimChallengeResponse()
1240 if (SystemClock.elapsedRealtime() - startTime >= ICC_SIM_CHALLENGE_TIMEOUT_MILLIS in getIccSimChallengeResponse()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java119 public static final long ICC_SIM_CHALLENGE_TIMEOUT_MILLIS = 2500; field in SimulatedCommands