Searched refs:getFullIccId (Results 1 – 6 of 6) sorted by relevance
369 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in loadSim()445 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in testSimLoadedEmptyOperatorNumeric()474 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockedWithOutIccId()519 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in testDualSimLoaded()541 doReturn("89012604200000000001").when(mIccRecord).getFullIccId(); in testDualSimLoaded()561 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockWithIccId()713 doReturn("890126042000000000Ff").when(mIccRecord).getFullIccId(); in testHexIccIdSuffix()
401 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLocked()405 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()504 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLoaded()508 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()
1913 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
913 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
420 public String getFullIccId() { in getFullIccId() method in IccRecords
23814 HSPLcom/android/internal/telephony/uicc/IccRecords;->getFullIccId()Ljava/lang/String;