Searched refs:EVENT_KEEPALIVE_STATUS (Results 1 – 2 of 2) sorted by relevance
386 eq(DataConnection.EVENT_KEEPALIVE_STATUS), eq(null)); in testConnectEvent()906 Message kaRunning = mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STATUS); in checkStartStopNattKeepalive()980 Message kaRunning = mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STATUS); in checkStartNattKeepaliveFail()
323 static final int EVENT_KEEPALIVE_STATUS = BASE + 18; field in DataConnection362 sCmdToString[EVENT_KEEPALIVE_STATUS - BASE] = "EVENT_KEEPALIVE_STATUS";2234 getHandler(), DataConnection.EVENT_KEEPALIVE_STATUS, null); in enter()2507 case EVENT_KEEPALIVE_STATUS: { in processMessage()