Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java482 boolean checkLengthLegal(int length, int expectLength) { in checkLengthLegal() method in RuimRecords.EfCsimMipUppLoaded
508 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()
516 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()
524 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()
532 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()
538 if (!checkLengthLegal(mipUppLength, 8)) { in onRecordLoaded()
546 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()
560 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()
568 if (!checkLengthLegal(mipUppLength, 32)) { in onRecordLoaded()
576 if (!checkLengthLegal(mipUppLength, 5)) { in onRecordLoaded()
[all …]