Searched refs:getDscp (Results 1 – 9 of 9) sorted by relevance
125 final int tClass = sockConfig.getDscp() << 2; in applySocketConfig()130 final int tos = sockConfig.getDscp() << 2; in applySocketConfig()
47 public int getDscp() { in getDscp() method in IkeSocketConfig
918 IkeSocketConfig sockConfig = new IkeSocketConfig(mNetwork, mIkeSessionParams.getDscp()); in getIkeSocket()
49 assertEquals(DUMMY_DSCP, config.getDscp()); in testBuild()
233 verify(spySockConfig).getDscp(); in verifySocketConfigIsApplied()
546 public int getDscp() { in getDscp() method in IkeSessionParams1268 mDscp = ikeSessionParams.getDscp(); in Builder()
65 method @IntRange(from=0x0, to=0x3f) public int getDscp();
290 assertEquals(DSCP, sessionParams.getDscp()); in testSetDscp()
398 assertEquals(dscp, sessionParams.getDscp()); in testBuildWithPskAndDscp()