Searched refs:checkLengthLegal (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | RuimRecords.java | 488 boolean checkLengthLegal(int length, int expectLength) { in checkLengthLegal() method in RuimRecords.EfCsimMipUppLoaded 514 if (!checkLengthLegal(mipUppLength, 1)) { in onRecordLoaded() 522 if (!checkLengthLegal(mipUppLength, 11)) { in onRecordLoaded() 530 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded() 538 if (!checkLengthLegal(mipUppLength, 4)) { in onRecordLoaded() 544 if (!checkLengthLegal(mipUppLength, 8)) { in onRecordLoaded() 552 if (!checkLengthLegal(mipUppLength, naiLength << 3)) { in onRecordLoaded() 566 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) { in onRecordLoaded() 574 if (!checkLengthLegal(mipUppLength, 32)) { in onRecordLoaded() 582 if (!checkLengthLegal(mipUppLength, 5)) { in onRecordLoaded() [all …]
|