Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java121 private static final int MSG_EVENT_GATEWAY_CONNECTION_QUIT = MSG_EVENT_BASE + 3; field in Vcn
308 case MSG_EVENT_GATEWAY_CONNECTION_QUIT: in handleMessage()
700 sendMessage(obtainMessage(MSG_EVENT_GATEWAY_CONNECTION_QUIT, mGatewayConnectionConfig)); in onQuit()