Searched refs:lacAndCid (Results 1 – 1 of 1) sorted by relevance
615 Pair<Integer, Integer> lacAndCid = getLacAndCid(slotIndex); in handleGsmBroadcastSms() local616 if (lacAndCid != null) { in handleGsmBroadcastSms()617 lac = lacAndCid.first; in handleGsmBroadcastSms()618 cid = lacAndCid.second; in handleGsmBroadcastSms()