Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DVcn.java692 public final VcnGatewayConnectionConfig mGatewayConnectionConfig; field in Vcn.VcnGatewayStatusCallbackImpl
695 mGatewayConnectionConfig = gatewayConnectionConfig; in VcnGatewayStatusCallbackImpl()
700 sendMessage(obtainMessage(MSG_EVENT_GATEWAY_CONNECTION_QUIT, mGatewayConnectionConfig)); in onQuit()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java102 private VcnGatewayConnectionConfig mGatewayConnectionConfig; field in VcnTest