Searched refs:tmpMcc (Results 1 – 1 of 1) sorted by relevance
44 int tmpMcc = 0; in getMcc() local65 tmpMcc = c2.getInt(0); in getMcc()67 Log.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc); in getMcc()70 return tmpMcc; in getMcc()93 tmpMcc = c3.getInt(0); in getMcc()95 "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc); in getMcc()98 return tmpMcc; in getMcc()102 + tmpMcc); in getMcc()118 tmpMcc = c5.getInt(0); in getMcc()119 if (DBG) Log.d(LOG_TAG, "SID found in mcc_sid_range. Return tmpMcc = " + tmpMcc); in getMcc()[all …]