Searched refs:getFullIccId (Results 1 – 6 of 6) sorted by relevance
240 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testSimLoaded()305 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testSimLoadedEmptyOperatorNumeric()330 doReturn("98106240020000000000").when(mIccRecord).getFullIccId(); in testSimLockedWithOutIccId()383 doReturn("89012604200000000000").when(mIccRecord).getFullIccId(); in testDualSimLoaded()397 doReturn("89012604200000000001").when(mIccRecord).getFullIccId(); in testDualSimLoaded()570 doReturn("890126042000000000Ff").when(mIccRecord).getFullIccId(); in testHexIccIdSuffix()
316 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLocked()320 mIccId[slotId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()368 if (IccUtils.stripTrailingFs(records.getFullIccId()) == null) { in handleSimLoaded()372 mIccId[slotId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()
1675 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
740 return (r != null) ? r.getFullIccId() : null; in getFullIccSerialNumber()
296 public String getFullIccId() { in getFullIccId() method in IccRecords
41624 HSPLcom/android/internal/telephony/uicc/IccRecords;->getFullIccId()Ljava/lang/String;