Searched refs:CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT (Results 1 – 1 of 1) sorted by relevance
1034 public static final int CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT = 18; field in SoftApManager.SoftApStateMachine1131 case CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT: in getWhatToString()1417 sendMessageDelayed(CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT, TIMEOUT_MS); in enterImpl()1423 removeMessages(CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT); in exitImpl()1469 } else if (message.what == CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT) { in processMessageImpl()