Searched refs:IMEI_LENGTH (Results 1 – 2 of 2) sorted by relevance
36 private static final int IMEI_LENGTH = 15; field in Ike3gppDeviceIdentityUtils94 (deviceIdentity.length() == IMEI_LENGTH) in generateDeviceIdentityPayload()129 if ((deviceIdentityLen == IMEI_LENGTH || deviceIdentityLen == IMEISV_LENGTH) in isValidDeviceIdentity()
35 private static final int IMEI_LENGTH = 14; field in RequestFactory118 if (imeiValue.length() > IMEI_LENGTH) { in getImeiSv()119 imeiValue = imeiValue.substring(0, IMEI_LENGTH); in getImeiSv()