Searched refs:TunnelLinkProperties (Results 1 – 6 of 6) sorted by relevance
41 public static TunnelLinkProperties createTestTunnelLinkProperties( in createTestTunnelLinkProperties()58 return TunnelLinkProperties.builder() in createTestTunnelLinkProperties()73 TunnelLinkProperties properties = in testGetProtocolType_emptyInternalAddresses_returnsUnknown()74 TunnelLinkProperties.builder() in testGetProtocolType_emptyInternalAddresses_returnsUnknown()86 TunnelLinkProperties properties = createTestTunnelLinkProperties(ApnSetting.PROTOCOL_IP); in testGetProtocolType_onlyIpv4InternalAddresses_returnsIp()92 TunnelLinkProperties properties = createTestTunnelLinkProperties(ApnSetting.PROTOCOL_IPV6); in testGetProtocolType_onlyIpv6InternalAddresses_returnsIpv6()99 TunnelLinkProperties properties = in testGetProtocolType_bothIpv4AndIpv6InternalAddresses_returnsIpv4v6()
141 public void onOpened(String apnName, TunnelLinkProperties linkProperties) {} in onOpened()
31 public abstract class TunnelLinkProperties { class32 private static final String TAG = TunnelLinkProperties.class.getSimpleName();89 public abstract TunnelLinkProperties build(); in build()
750 void onOpened(@NonNull String apnName, @NonNull TunnelLinkProperties linkProperties); in onOpened()1939 TunnelLinkProperties linkProperties = in handleMessage()1940 TunnelLinkProperties.builder() in handleMessage()
75 import com.google.android.iwlan.epdg.TunnelLinkProperties;285 private TunnelLinkProperties mTunnelLinkProperties;330 public TunnelLinkProperties getTunnelLinkProperties() { in getTunnelLinkProperties()334 public void setTunnelLinkProperties(TunnelLinkProperties tunnelLinkProperties) { in setTunnelLinkProperties()481 public void onOpened(String apnName, TunnelLinkProperties linkProperties) { in onOpened()714 TunnelLinkProperties tunnelLinkProperties = tunnelState.getTunnelLinkProperties(); in apnTunnelStateToDataCallResponse()1065 TunnelLinkProperties linkProperties, in setTunnelState()1386 TunnelLinkProperties tunnelLinkProperties = in handleMessage()2097 final TunnelLinkProperties mTunnelLinkProperties;2102 TunnelLinkProperties tunnelLinkProperties, in TunnelOpenedData()
96 import com.google.android.iwlan.epdg.TunnelLinkProperties;142 @Mock private TunnelLinkProperties mMockTunnelLinkProperties;623 TunnelLinkProperties mLinkProperties = createTunnelLinkProperties(); in testRequestDataCallListPass()839 TunnelLinkProperties tp = createTunnelLinkProperties(); in testSliceInfoInclusionInDataCallResponse()2037 public static TunnelLinkProperties createTunnelLinkProperties() throws Exception { in createTunnelLinkProperties()2053 return TunnelLinkProperties.builder() in createTunnelLinkProperties()