Searched refs:testPcoIdIPv6 (Results 1 – 2 of 2) sorted by relevance
58 private static int testPcoIdIPv6 = 0xFF01; field in IwlanBroadcastReceiverTest94 .thenReturn(testPcoIdIPv6); in setUp()119 onReceiveMethodWithArgs(ApnSetting.TYPE_IMS, testPcoIdIPv6); in testOnReceiveIPv6Pass()122 verify(mMockEpdgSelector, times(1)).setPcoData(testPcoIdIPv6, pcoData); in testOnReceiveIPv6Pass()135 onReceiveMethodWithArgs(ApnSetting.TYPE_DEFAULT, testPcoIdIPv6); in testOnReceiveIncorrectApnType()138 verify(mMockEpdgSelector, times(0)).setPcoData(testPcoIdIPv6, pcoData); in testOnReceiveIncorrectApnType()
67 private static int testPcoIdIPv6 = 0xFF01; field in EpdgSelectorTest282 boolean retIPv6 = mEpdgSelector.setPcoData(testPcoIdIPv6, pcoData); in testSetPcoData()301 testPcoIdIPv6, InetAddress.getByName(TEST_IPV6_ADDRESS).getAddress()); in testPcoResolutionMethod()315 mTestBundle.putInt(CarrierConfigManager.Iwlan.KEY_EPDG_PCO_ID_IPV6_INT, testPcoIdIPv6); in addTestPcoIdsToTestConfigBundle()