Searched refs:getFullIccId (Results 1 – 5 of 5) sorted by relevance
282 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testSimLoaded()345 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testSimLoadedEmptyOperatorNumeric()374 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockedWithOutIccId()418 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testDualSimLoaded()441 doReturn("89012604200000000001").when(mIccRecord).getFullIccId(); in testDualSimLoaded()614 doReturn("890126042000000000Ff").when(mIccRecord).getFullIccId(); in testHexIccIdSuffix()
373 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLocked()377 mIccId[slotId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()442 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLoaded()446 mIccId[slotId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()
1846 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
837 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
368 public String getFullIccId() { in getFullIccId() method in IccRecords