HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_PIN1_ATTEMPT (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccCardApplicationTest.java 215 assertEquals(mSimulatedCommands.DEFAULT_PIN1_ATTEMPT - 1, mAttemptsRemaining);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 99 public final static int DEFAULT_PIN1_ATTEMPT = 5;
114 int mPin1attemptsRemaining = DEFAULT_PIN1_ATTEMPT;
238 if (mPinUnlockAttempts >= DEFAULT_PIN1_ATTEMPT) {
    [all...]

Completed in 322 milliseconds