Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java120 int mPinUnlockAttempts; field in SimulatedCommands
234 mPinUnlockAttempts = 0; in supplyIccPin()
244 mPinUnlockAttempts ++; in supplyIccPin()
247 mPinUnlockAttempts); in supplyIccPin()
248 if (mPinUnlockAttempts >= DEFAULT_PIN1_ATTEMPT) { in supplyIccPin()