Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DIwlanDataService.java843 @NonNull DataProfile dataProfile, in setupDataCall() argument
864 + dataProfile in setupDataCall()
875 dataProfile, in setupDataCall()
894 if (dataProfile != null) { in setupDataCall()
895 ApnSetting apnSetting = dataProfile.getApnSetting(); in setupDataCall()
1062 DataProfile dataProfile, in setTunnelState() argument
1072 tunnelState.setProtocolType(dataProfile.getApnSetting().getProtocol()); in setTunnelState()
1078 mTunnelStateForApn.put(dataProfile.getApnSetting().getApnName(), tunnelState); in setTunnelState()
1079 tunnelState.setApnTypeBitmask(dataProfile.getApnSetting().getApnTypeBitmask()); in setTunnelState()
1665 @NonNull DataProfile dataProfile = setupDataCallData.mDataProfile; in handleMessage() local
[all …]
/packages/services/Iwlan/test/com/google/android/iwlan/
DIwlanDataServiceTest.java208 public void onDataProfileUnthrottled(DataProfile dataProfile) {} in onDataProfileUnthrottled() argument