Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DQosSession.java88 public QosSession(final int sessionId, @QosSessionType final int sessionType) { in QosSession() argument
91 mSessionType = sessionType; in QosSession()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1173 IkeException exception, String apnName, int sessionType) { in onSessionClosedWithException() argument
1179 + sessionType in onSessionClosedWithException()
1192 if (sessionType == EVENT_CHILD_SESSION_CLOSED) { in onSessionClosedWithException()
1197 mHandler.dispatchMessage(mHandler.obtainMessage(sessionType, apnName)); in onSessionClosedWithException()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1086 it.sess.sessionType == QosSession.TYPE_EPS_BEARER in testQosCallbackOnQosSession()
1092 it.sess.sessionType == QosSession.TYPE_EPS_BEARER in testQosCallbackOnQosSession()