Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java154 mSimulatedCommands.setAuthenticationMode(mSimulatedCommands.ICC_AUTHENTICATION_MODE_NULL); in testGetIccSimChallengeResponseNull()
174 mSimulatedCommands.setAuthenticationMode( in testGetIccSimChallengeResponseTimeout()
213 mSimulatedCommands.setAuthenticationMode( in testGetIccSimChallengeResponseDefault()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1952 public void setAuthenticationMode(int authenticationMode) { in setAuthenticationMode() method in SimulatedCommands