Searched refs:carrierIdStr (Results 1 – 1 of 1) sorted by relevance
152 String carrierIdStr = ""; in getCarrierInfoForImsiEncryption() local154 carrierIdStr = findCursor.getString(3); in getCarrierInfoForImsiEncryption()155 int cursorCarrierId = (TextUtils.isEmpty(carrierIdStr)) in getCarrierInfoForImsiEncryption()157 carrierIdStr); in getCarrierInfoForImsiEncryption()166 String carrierIdStr = findCursor.getString(3); in getCarrierInfoForImsiEncryption() local167 int cursorCarrierId = (TextUtils.isEmpty(carrierIdStr)) in getCarrierInfoForImsiEncryption()168 ? TelephonyManager.UNKNOWN_CARRIER_ID : Integer.parseInt(carrierIdStr); in getCarrierInfoForImsiEncryption()