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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 636 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn());
661 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 96 public final static String FAKE_IMEISV = "99";
623 resultSuccess(result, mImeiSv != null ? mImeiSv : FAKE_IMEISV);
    [all...]

Completed in 902 milliseconds