Searched refs:mDataProfile (Results 1 – 2 of 2) sorted by relevance
626 private DataProfile mDataProfile; field in DataNetwork1039 mDataProfile = dataProfile; in DataNetwork()1103 if (mDataProfile.getApnSetting() != null) { in shouldSkip464Xlat()1104 switch (mDataProfile.getApnSetting().getSkip464Xlat()) { in shouldSkip464Xlat()1134 if (mDataProfile.getApnSetting() != null) { in createNetworkAgent()1135 configBuilder.setLegacyExtraInfo(mDataProfile.getApnSetting().getApnName()); in createNetworkAgent()1267 if (mDataProfile.canSatisfy(NetworkCapabilities.NET_CAPABILITY_MMS)) {1554 TrafficDescriptor trafficDescriptor = mDataProfile.getTrafficDescriptor();1565 .setupDataCall(accessNetwork, mDataProfile, isModemRoaming, allowRoaming,1570 int apnTypeBitmask = mDataProfile.getApnSetting() != null[all …]
821 private DataProfile mDataProfile; field in Builder861 mDataProfile = dataProfile; in setDataProfile()896 return new DataSetupRetryEntry(mSetupRetryType, mNetworkRequestList, mDataProfile, in build()