Home | History | Annotate | Download | only in server

Lines Matching refs:linkProperties

26 import android.net.LinkProperties;
116 private LinkProperties mDataConnectionLinkProperties;
478 String reason, String apn, String apnType, LinkProperties linkProperties,
512 mDataConnectionLinkProperties = linkProperties;
538 apnType, linkProperties, linkCapabilities, roaming);
703 String reason, String apn, String apnType, LinkProperties linkProperties,
717 if (linkProperties != null) {
718 intent.putExtra(PhoneConstants.DATA_LINK_PROPERTIES_KEY, linkProperties);
719 String iface = linkProperties.getInterfaceName();