Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1034 public static final int CMD_DRIVER_COUNTRY_CODE_CHANGE_TIMED_OUT = 18; field in SoftApManager.SoftApStateMachine
1131 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()