Searched defs:checkLengthLegal (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java468 boolean checkLengthLegal(int length, int expectLength) { method in class:RuimRecords.EfCsimMipUppLoaded
494 if (!checkLengthLegal(mipUppLength, 1)) {
502 if (!checkLengthLegal(mipUppLength, 11)) {
510 if (!checkLengthLegal(mipUppLength, 4)) {
518 if (!checkLengthLegal(mipUppLength, 4)) {
524 if (!checkLengthLegal(mipUppLength, 8)) {
532 if (!checkLengthLegal(mipUppLength, naiLength << 3)) {
546 if (!checkLengthLegal(mipUppLength, (naiLength << 3) + 102)) {
554 if (!checkLengthLegal(mipUppLength, 32)) {
562 if (!checkLengthLegal(mipUppLengt
[all...]

Completed in 26 milliseconds