Searched refs:mccSource (Results 1 – 1 of 1) sorted by relevance
290 String mccSource = ""; in isValidDownload() local300 mccSource = splitValue[0]; in isValidDownload()302 Log.d(LOG_TAG, "values from sharedPrefs mcc, mnc: " + mccSource + "," + mncSource); in isValidDownload()308 if (TextUtils.equals(mncSource, mncCurrent) && TextUtils.equals(mccSource, mccCurrent)) { in isValidDownload()