Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java155 int cursorCarrierId = (TextUtils.isEmpty(carrierIdStr)) in getCarrierInfoForImsiEncryption() local
158 if (cursorCarrierId != TelephonyManager.UNKNOWN_CARRIER_ID in getCarrierInfoForImsiEncryption()
159 && cursorCarrierId == carrierId) { in getCarrierInfoForImsiEncryption()
161 cursorCarrierId); in getCarrierInfoForImsiEncryption()
167 int cursorCarrierId = (TextUtils.isEmpty(carrierIdStr)) in getCarrierInfoForImsiEncryption() local
169 return getImsiEncryptionInfo(findCursor, mcc, mnc, keyType, cursorCarrierId); in getCarrierInfoForImsiEncryption()