Ketan-Desai

Results 3 issues of Ketan-Desai

Sir, Please refer following code snippet from Device.java for MCC/MNC parsing code... switch (phoneId) { case TelephonyManager.PHONE_TYPE_NONE: case TelephonyManager.PHONE_TYPE_SIP: case TelephonyManager.PHONE_TYPE_GSM: phoneType = "GSM"; mncMcc = tm.getNetworkOperator(); if (mncMcc !=...

Incase of LTE only case... In DeviceApi18.loadCellInfo() function, there is check for valid cell like this... if (pDevice.cell.isValid()) { break; } But incase of CellInfoLte, there is no call to...

[Regex] Pattern=" IP\s*Address(?!s) [\s\S]{0,64}? (? (?: (?:\[)? (?> [23][A-Fa-f0-9]{3} (?: (?::[A-Fa-f0-9]{1,4}){1,7} | (?:(?::[A-Fa-f0-9]{1,4}){0,6}::(?:[A-Fa-f0-9]{1,4}(?::[A-Fa-f0-9]{1,4}){0,6})?) ) ) (?:\])? | (?> (?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d)\.){3} (?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]?\d) ) ) ) (?::\d+)? [\s\S]{0,64}? Time [\s\S]{0,64}? (?\d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\s+UTC) "