Searched refs:tmpMcc (Results 1 – 1 of 1) sorted by relevance
43 int tmpMcc = 0; in getMcc() local64 tmpMcc = c2.getInt(0); in getMcc()66 Log.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc); in getMcc()69 return tmpMcc; in getMcc()92 tmpMcc = c3.getInt(0); in getMcc()94 Log.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc); in getMcc()99 Log.d(LOG_TAG, "time zone is not accurate, mcc may be " + tmpMcc); in getMcc()101 tmpMcc = 0; in getMcc()104 return tmpMcc; in getMcc()120 tmpMcc = c5.getInt(0); in getMcc()[all …]