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.java470 boolean checkLengthLegal(int length, int expectLength) { in checkLengthLegal() method in RuimRecords.EfCsimMipUppLoaded
496 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded()
504 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded()
512 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()
520 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded()
526 if (!checkLengthLegal(mipUppLength, 8)) { in onRecordLoaded()
534 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded()
548 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded()
556 if (!checkLengthLegal(mipUppLength, 32)) { in onRecordLoaded()
564 if (!checkLengthLegal(mipUppLength, 5)) { in onRecordLoaded()
[all …]