Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java31 import static com.android.internal.telephony.test.SimulatedCommands.FAKE_IMEISV;
1029 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
1052 assertEquals(SimulatedCommands.FAKE_IMEISV, mPhoneUT.getDeviceSvn()); in testHandleInitialMessages()
1065 resultSuccess(response, new String[] {FAKE_IMEI, FAKE_IMEISV, FAKE_ESN, "0000000"}); in testZeroMeid()
2616 imeiInfo.svn = FAKE_IMEISV; in getImeiType_primary()
2629 imeiInfo.svn = FAKE_IMEISV; in getImeiType_Secondary()
2810 imeiInfo.svn = FAKE_IMEISV; in testChangeInPrimaryImei()
2820 imeiInfo.svn = FAKE_IMEISV; in testChangeInPrimaryImei()
DSimulatedCommands.java117 public static final String FAKE_IMEISV = "99"; field in SimulatedCommands
1713 resultSuccess(response, new String[] {FAKE_IMEI, FAKE_IMEISV, FAKE_ESN, FAKE_MEID}); in getDeviceIdentity()
1721 imeiInfo.svn = FAKE_IMEISV; in getImei()