Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java1392 static final int CMD_RETRY_UPSTREAM = BASE_MAIN_SM + 4; field in Tethering.TetherMainSM
1548 sendMessageDelayed(CMD_RETRY_UPSTREAM, UPSTREAM_SETTLE_TIME_MS); in chooseUpstreamType()
1859 case CMD_RETRY_UPSTREAM: in processMessage()