Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcn.java688 public final VcnGatewayConnectionConfig mGatewayConnectionConfig; field in Vcn.VcnGatewayStatusCallbackImpl
691 mGatewayConnectionConfig = gatewayConnectionConfig; in VcnGatewayStatusCallbackImpl()
696 sendMessage(obtainMessage(MSG_EVENT_GATEWAY_CONNECTION_QUIT, mGatewayConnectionConfig)); in onQuit()
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnTest.java102 private VcnGatewayConnectionConfig mGatewayConnectionConfig; field in VcnTest