Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java2123 TunnelBringdownRequest bringdownRequest = (TunnelBringdownRequest) msg.obj; in handleMessage() local
2124 apnName = bringdownRequest.mApnName; in handleMessage()
2125 boolean forceClose = bringdownRequest.mForceClose; in handleMessage()
2126 int reason = bringdownRequest.mBringDownReason; in handleMessage()
2161 bringdownRequest.mTunnelCallback.onClosed(apnName, iwlanError); in handleMessage()
2162 bringdownRequest.mIwlanTunnelMetrics.onClosed( in handleMessage()