Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java52 private final static int IMSI_MIN_LENGTH = 10; field in RuimRecords
390 if (data == null || data.length < IMSI_MIN_LENGTH) { in onRecordLoaded()