Home
last modified time | relevance | path

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

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