Searched refs:tempCC (Results 1 – 1 of 1) sorted by relevance
476 int tempCC = allCCs[i]; in getCountryCode() local478 if (tempCC == ccArray[j]) { in getCountryCode()479 if (DBG) Log.d(TAG, "Country code = " + tempCC); in getCountryCode()480 return tempCC; in getCountryCode()