Searched refs:checkLengthLegal (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 527 boolean checkLengthLegal(int length, int expectLength) { in checkLengthLegal() method in RuimRecords.EfCsimMipUppLoaded 553 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded() 561 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded() 569 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded() 577 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded() 583 if (!checkLengthLegal(mipUppLength, 8)) { in onRecordLoaded() 591 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded() 605 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded() 613 if (!checkLengthLegal(mipUppLength, 32)) { in onRecordLoaded() 621 if (!checkLengthLegal(mipUppLength, 5)) { in onRecordLoaded() [all …]
|