Home | History | Annotate | Download | only in p2p

Lines Matching refs:countryCode

1078                     String countryCode = (String) message.obj;
1079 countryCode = countryCode.toUpperCase(Locale.ROOT);
1081 countryCode.equals(mLastSetCountryCode) == false) {
1082 if (mWifiNative.setCountryCode(countryCode)) {
1083 countryCode;
2562 String countryCode = Settings.Global.getString(mContext.getContentResolver(),
2564 if (countryCode != null && !countryCode.isEmpty()) {
2565 mP2pStateMachine.sendMessage(SET_COUNTRY_CODE, countryCode);