Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java476 int tempCC = allCCs[i]; in getCountryCode() local
478 if (tempCC == ccArray[j]) { in getCountryCode()
479 if (DBG) Log.d(TAG, "Country code = " + tempCC); in getCountryCode()
480 return tempCC; in getCountryCode()