Searched refs:CMD_DRIVER_COUNTRY_CODE_CHANGED (Results 1 – 1 of 1) sorted by relevance
1033 public static final int CMD_DRIVER_COUNTRY_CODE_CHANGED = 17; field in SoftApManager.SoftApStateMachine1129 case CMD_DRIVER_COUNTRY_CODE_CHANGED: in getWhatToString()1408 countryCode -> sendMessage(CMD_DRIVER_COUNTRY_CODE_CHANGED, countryCode);1428 if (message.what == CMD_DRIVER_COUNTRY_CODE_CHANGED) { in processMessageImpl()