Searched refs:getFullIccId (Results 1 – 6 of 6) sorted by relevance
370 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in loadSim()446 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in testSimLoadedEmptyOperatorNumeric()475 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockedWithOutIccId()520 doReturn(FAKE_ICCID_1).when(mIccRecord).getFullIccId(); in testDualSimLoaded()542 doReturn("89012604200000000001").when(mIccRecord).getFullIccId(); in testDualSimLoaded()562 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockWithIccId()714 doReturn("890126042000000000Ff").when(mIccRecord).getFullIccId(); in testHexIccIdSuffix()
377 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLocked()381 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()497 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLoaded()504 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()
1969 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
941 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
420 public String getFullIccId() { in getFullIccId() method in IccRecords
633 String pin = mPinStorage.getPin(mPhoneId, mIccRecords.getFullIccId()); in updateExternalState()