Home
last modified time | relevance | path

Searched refs:dataProfile (Results 1 – 1 of 1) sorted by relevance

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java796 @NonNull DataProfile dataProfile, in setupDataCall() argument
812 + dataProfile in setupDataCall()
827 || (dataProfile == null) in setupDataCall()
853 || mTunnelStateForApn.get(dataProfile.getApn()) != null) { in setupDataCall()
864 .setApnName(dataProfile.getApn()) in setupDataCall()
870 ? dataProfile.getRoamingProtocolType() in setupDataCall()
871 : dataProfile.getProtocolType()); in setupDataCall()
886 int apnTypeBitmask = dataProfile.getSupportedApnTypesBitmask(); in setupDataCall()
894 dataProfile, in setupDataCall()
1002 DataProfile dataProfile, in setTunnelState() argument
[all …]